Message ID | 20190228235448.14279-1-pvorel@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | LSM: Update list of SECURITYFS users in Kconfig | expand |
On Fri, 1 Mar 2019, Petr Vorel wrote: > + Remove modules not using it (SELinux and SMACK aren't > the only ones not using it). > > Signed-off-by: Petr Vorel <pvorel@suse.cz> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general
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.
+ Remove modules not using it (SELinux and SMACK aren't the only ones not using it). Signed-off-by: Petr Vorel <pvorel@suse.cz> --- security/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)