2
0
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:
John Johansen
2010-01-07 18:31:44 -08:00
parent fc597b736b
commit b69c5e9972

View File

@@ -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);