5bae77199e
*Redo filename/filesystem syntax to support filename trans
14 lines
479 B
Diff
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);
|
|
}
|
|
}
|
|
|