[GIT PULL] IPE update for 6.16
Fan Wu
wufan at kernel.org
Wed May 28 01:41:21 UTC 2025
Hi Linus,
Please merge this PR for the IPE update for 6.16.
This PR contains a single commit from Jasjiv Singh. It adds an errno
field to IPE policy load auditing to log failures with error details,
not just successes. This improves the security audit trail and helps
diagnose policy deployment issues.
This commit has been tested for several weeks in linux-next without any issues.
Thanks,
Fan
--
The following changes since commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca:
Linux 6.15 (2025-05-25 16:09:23 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe.git
tags/ipe-pr-20250527
for you to fetch changes up to 1d887d6f810dbf908da9709393c95ae1a649d587:
ipe: add errno field to IPE policy load auditing (2025-05-27 18:08:51 -0700)
----------------------------------------------------------------
ipe/stable-6.16 PR 20250527
----------------------------------------------------------------
Jasjiv Singh (1):
ipe: add errno field to IPE policy load auditing
Documentation/admin-guide/LSM/ipe.rst | 69
++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
security/ipe/audit.c | 19 ++++++++++++++-----
security/ipe/fs.c | 25 +++++++++++++++++--------
security/ipe/policy.c | 17 +++++++++++------
security/ipe/policy_fs.c | 28 +++++++++++++++++++++-------
5 files changed, 113 insertions(+), 45 deletions(-)
More information about the Linux-security-module-archive
mailing list