checkpolicy/checkpolicy-rhat.patch
Dan Walsh 5bae77199e * add missing ; to attribute_role_def
*Redo filename/filesystem syntax to support filename trans
2011-08-18 06:51:40 -04:00

14 lines
479 B
Diff

diff --git a/checkpolicy/test/dispol.c b/checkpolicy/test/dispol.c
index fdf2d92..0e08965 100644
--- a/checkpolicy/test/dispol.c
+++ b/checkpolicy/test/dispol.c
@@ -365,7 +365,7 @@ static void display_filename_trans(policydb_t *p, FILE *fp)
display_id(p, fp, SYM_TYPES, ft->ttype - 1, "");
display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
display_id(p, fp, SYM_TYPES, ft->otype - 1, "");
- fprintf(fp, "%s\n", ft->name);
+ fprintf(fp, " %s\n", ft->name);
}
}