mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +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:
@@ -859,6 +859,7 @@ int process_profile(int option, char *profilename)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (kernel_load || option == OPTION_STDOUT || option == OPTION_OFILE)
|
||||
retval = load_policy(option);
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user