summaryrefslogtreecommitdiffstats
path: root/security/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-09-14 18:37:20 -0400
committerKees Cook <keescook@chromium.org>2019-01-08 16:18:43 -0500
commitd6aed64b74b73b64278c059eacd59d87167aa968 (patch)
tree0fd4b2e95d633d09a9f3d7e3711aeab68d328e88 /security/Kconfig
parent70b62c25665f636c9f6c700b26af7df296b0887e (diff)
Yama: Initialize as ordered LSM
This converts Yama from being a direct "minor" LSM into an ordered LSM. Signed-off-by: Kees Cook <keescook@chromium.org> Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'security/Kconfig')
-rw-r--r--security/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig
index 2cd737ba7660..78dc12b7eeb3 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -241,7 +241,7 @@ source "security/integrity/Kconfig"
241 241
242config LSM 242config LSM
243 string "Ordered list of enabled LSMs" 243 string "Ordered list of enabled LSMs"
244 default "loadpin,integrity,selinux,smack,tomoyo,apparmor" 244 default "yama,loadpin,integrity,selinux,smack,tomoyo,apparmor"
245 help 245 help
246 A comma-separated list of LSMs, in initialization order. 246 A comma-separated list of LSMs, in initialization order.
247 Any LSMs left off this list will be ignored. This can be 247 Any LSMs left off this list will be ignored. This can be