mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
actually use -q when loading
Signed-Off-By: Kees Cook <kees.cook@canonical.com>
This commit is contained in:
@@ -140,7 +140,7 @@ int load_codomain(int option, struct codomain *cod)
|
||||
break;
|
||||
}
|
||||
|
||||
} else {
|
||||
} else if (!conf_quiet) {
|
||||
switch (option) {
|
||||
case OPTION_ADD:
|
||||
printf(_("Addition succeeded for \"%s\".\n"),
|
||||
|
Reference in New Issue
Block a user