From b102c11e1a10e1328c9610665e45dd07bf4a3696 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 1 Mar 2019 00:54:48 +0100 Subject: LSM: Update list of SECURITYFS users in Kconfig Remove modules not using it (SELinux and SMACK aren't the only ones not using it). Signed-off-by: Petr Vorel Signed-off-by: James Morris --- security/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/Kconfig b/security/Kconfig index 9555f4914492..1d6463fb1450 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -40,8 +40,7 @@ config SECURITYFS bool "Enable the securityfs filesystem" help This will build the securityfs filesystem. It is currently used by - the TPM bios character driver and IMA, an integrity provider. It is - not used by SELinux or SMACK. + various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM). If you are unsure how to answer this question, answer N. -- cgit v1.2.3-59-g8ed1b