public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] security: Always enable integrity LSM
@ 2023-03-10  8:53 Roberto Sassu
  2023-03-10  8:53 ` [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the " Roberto Sassu
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Roberto Sassu @ 2023-03-10  8:53 UTC (permalink / raw)
  To: zohar, dmitry.kasatkin, paul, jmorris, serge, mic
  Cc: linux-integrity, linux-security-module, bpf, linux-kernel,
	keescook, Roberto Sassu

From: Roberto Sassu <roberto.sassu@huawei.com>

Since the integrity (including IMA and EVM) functions are currently always
called by the LSM infrastructure, and always after all LSMs, formalize
these requirements by introducing a new LSM ordering called LSM_ORDER_LAST,
and set it for the 'integrity' LSM (patch 1).

Consequently, revert commit 92063f3ca73a ("integrity: double check
iint_cache was initialized"), as the double check becomes always verified
(patch 2), and remove 'integrity' from the list of LSMs in
security/Kconfig (patch 3).

Changelog

v3:
- Remove Signed-off-by tag by Mimi (suggested by Paul)
- Clarify that an LSM with order LSM_ORDER_FIRST or LSM_ORDER_LAST is
  always enabled if it is selected in the kernel configuration (suggested
  by Paul)

v2:
- Fix commit message in patch 1 (suggested by Mimi)
- Bump version of patch 2 (v1 -> v3) to make one patch set
- Add patch 3 (suggested by Mimi)

v1:
- Add comment for LSM_ORDER_LAST definition (suggested by Mimi)
- Add Fixes tag (suggested by Mimi)
- Do minor corrections in the commit messages (suggested by Mimi and
  Stefan)

Roberto Sassu (3):
  security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
  Revert "integrity: double check iint_cache was initialized"
  security: Remove integrity from the LSM list in Kconfig

 include/linux/lsm_hooks.h |  1 +
 security/Kconfig          | 16 +++++++++-------
 security/integrity/iint.c |  9 +--------
 security/security.c       | 12 +++++++++---
 4 files changed, 20 insertions(+), 18 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-10 23:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-10  8:53 [PATCH v4 0/3] security: Always enable integrity LSM Roberto Sassu
2023-03-10  8:53 ` [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the " Roberto Sassu
2023-03-10 13:30   ` Mimi Zohar
2023-03-10  8:54 ` [PATCH v4 2/3] Revert "integrity: double check iint_cache was initialized" Roberto Sassu
2023-03-10 13:30   ` Mimi Zohar
2023-03-10  8:54 ` [PATCH v4 3/3] security: Remove integrity from the LSM list in Kconfig Roberto Sassu
2023-03-10 13:30   ` Mimi Zohar
2023-03-10 23:37 ` [PATCH v4 0/3] security: Always enable integrity LSM Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox