mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Fix -S so that it implies there is no kernel_load
This commit is contained in:
@@ -266,6 +266,7 @@ static int process_args(int argc, char *argv[])
|
||||
count++;
|
||||
option = OPTION_STDOUT;
|
||||
skip_read_cache = 1;
|
||||
kernel_load = 0;
|
||||
break;
|
||||
case 'f':
|
||||
subdomainbase = strndup(optarg, PATH_MAX);
|
||||
|
Reference in New Issue
Block a user