diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/Kconfig b/security/Kconfig index d9aa521b5206..e4fe2f3c2c65 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | menu "Security options" | 5 | menu "Security options" |
6 | 6 | ||
7 | source security/keys/Kconfig | 7 | source "security/keys/Kconfig" |
8 | 8 | ||
9 | config SECURITY_DMESG_RESTRICT | 9 | config SECURITY_DMESG_RESTRICT |
10 | bool "Restrict unprivileged access to the kernel syslog" | 10 | bool "Restrict unprivileged access to the kernel syslog" |
@@ -230,14 +230,14 @@ config STATIC_USERMODEHELPER_PATH | |||
230 | If you wish for all usermode helper programs to be disabled, | 230 | If you wish for all usermode helper programs to be disabled, |
231 | specify an empty string here (i.e. ""). | 231 | specify an empty string here (i.e. ""). |
232 | 232 | ||
233 | source security/selinux/Kconfig | 233 | source "security/selinux/Kconfig" |
234 | source security/smack/Kconfig | 234 | source "security/smack/Kconfig" |
235 | source security/tomoyo/Kconfig | 235 | source "security/tomoyo/Kconfig" |
236 | source security/apparmor/Kconfig | 236 | source "security/apparmor/Kconfig" |
237 | source security/loadpin/Kconfig | 237 | source "security/loadpin/Kconfig" |
238 | source security/yama/Kconfig | 238 | source "security/yama/Kconfig" |
239 | 239 | ||
240 | source security/integrity/Kconfig | 240 | source "security/integrity/Kconfig" |
241 | 241 | ||
242 | choice | 242 | choice |
243 | prompt "Default security module" | 243 | prompt "Default security module" |