security: Remove integrity from the LSM list in Kconfig
authorRoberto Sassu <roberto.sassu@huawei.com>
Fri, 10 Mar 2023 08:54:01 +0000 (09:54 +0100)
committerPaul Moore <paul@paul-moore.com>
Fri, 10 Mar 2023 23:34:33 +0000 (18:34 -0500)
commitb9b8701b43146f5ebd7fe13d89103cfc545cda34
tree1716e4cb611ec11ca1b799bd0b6fd62c6350b31e
parentb7c1ae4bcc5b7e737b46d469959446afc76d3165
security: Remove integrity from the LSM list in Kconfig

Remove 'integrity' from the list of LSMs in Kconfig, as it is no longer
necessary. Since the recent change (set order to LSM_ORDER_LAST), the
'integrity' LSM is always enabled (if selected in the kernel
configuration).

Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Acked-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/Kconfig