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 <pvorel@suse.cz>
Signed-off-by: James Morris <james.morris@microsoft.com>
This commit is contained in:
Petr Vorel 2019-03-01 00:54:48 +01:00 committed by James Morris
parent 89a9684ea1
commit b102c11e1a
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ config SECURITYFS
bool "Enable the securityfs filesystem" bool "Enable the securityfs filesystem"
help help
This will build the securityfs filesystem. It is currently used by This will build the securityfs filesystem. It is currently used by
the TPM bios character driver and IMA, an integrity provider. It is various security modules (AppArmor, IMA, SafeSetID, TOMOYO, TPM).
not used by SELinux or SMACK.
If you are unsure how to answer this question, answer N. If you are unsure how to answer this question, answer N.