diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2017-04-06 16:55:20 +0300 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2017-04-07 01:58:35 +0300 |
commit | eea7a05f1937b585cf53c6d53a4dd88fcb398eb8 (patch) | |
tree | c813c4a003c110eaa7104208145981eb1c2ba399 /security | |
parent | b9c42ac76ea13ab6d07681ff3079b3a242333764 (diff) | |
download | linux-eea7a05f1937b585cf53c6d53a4dd88fcb398eb8.tar.xz |
security/apparmor/lsm.c: set debug messages
Add the _APPARMOR substring to reference the intended Kconfig option.
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/apparmor/lsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index e287b691a30e..4aa944794c7b 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -681,7 +681,7 @@ module_param_named(hash_policy, aa_g_hash_policy, aabool, S_IRUSR | S_IWUSR); #endif /* Debug mode */ -bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_DEBUG_MESSAGES); +bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES); module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR); /* Audit mode */ |