2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

When doing debugging/building dfa graphs, generally I use -QT however

this results in

Unable to open output file - Success

to be output to standard error.

This occurs because despite specifying kernel_load = 0, the kernel load
parts are still being done, and failing.
This commit is contained in:
John Johansen
2010-08-17 08:03:07 -07:00
parent 291066dcbd
commit d72422b369

View File

@@ -859,7 +859,8 @@ int process_profile(int option, char *profilename)
goto out;
}
retval = load_policy(option);
if (kernel_load || option == OPTION_STDOUT || option == OPTION_OFILE)
retval = load_policy(option);
out:
if (cachetemp) {