[GIT PULL] capabilities changes for 6.14-rc1
Serge E. Hallyn
serge at hallyn.com
Mon Jan 20 21:59:44 UTC 2025
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-6.13-rc1
for you to fetch changes up to d48da4d5ed7b4a022a4e54f210575baac71f58af:
security: add trace event for cap_capable (2024-12-04 20:59:21 -0600)
----------------------------------------------------------------
capabilities patches for 6.14-rc1
This branch contains basically the same two patches as last time:
1. A patch by Paul Moore to remove the cap_mmap_file() hook, as it simply
returned the default return value and so doesn't need to exist.
2. A patch by Jordan Rome to add a trace event for cap_capable(), updated
to address your feedback during the last cycle.
Both patches have been sitting in linux-next since 6.13-rc1 with no
issues.
Signed-off-by: Serge E. Hallyn <serge at hallyn.com>
----------------------------------------------------------------
Jordan Rome (1):
security: add trace event for cap_capable
Paul Moore (1):
capabilities: remove cap_mmap_file()
MAINTAINERS | 1 +
include/trace/events/capability.h | 57 ++++++++++++++++++++++++++++++++++++
security/commoncap.c | 61 ++++++++++++++++++++++++++-------------
3 files changed, 99 insertions(+), 20 deletions(-)
create mode 100644 include/trace/events/capability.h
More information about the Linux-security-module-archive
mailing list