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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user