Re: [GIT PULL] capabilities
From: "Serge E. Hallyn" <serge@hallyn.com>
Date: 2024-11-22 17:42:06
Also in:
lkml
On Mon, Nov 18, 2024 at 03:26:31PM +0000, sergeh@kernel.org wrote:
Hi Linus,
Hi, before the merge window closes, I just wanted to make sure this didn't get lost. thanks, -serge
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux.git tags/caps-6.12-rc1
for you to fetch changes up to 54eb2cec2ed7aaf25524dd5ebeaa4f87ed5c6bd6:
security: add trace event for cap_capable (2024-10-30 14:40:02 -0500)
This branch contains two patches:
1. Remove the cap_mmap_file() hook (Paul Moore), as it wasn't actually doing anything.
de2433c608c2c2633b8a452dd4925d876f3d5add
2. Add a trace event for cap_capable (Jordan Rome).
54eb2cec2ed7aaf25524dd5ebeaa4f87ed5c6bd6
Both patches have been sitting in linux-next for quite some time with no apparent
issues.
thanks,
-serge
----------------------------------------------------------------
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 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
security/commoncap.c | 37 ++++++++++++++++++++++---------------
3 files changed, 83 insertions(+), 15 deletions(-)
create mode 100644 include/trace/events/capability.h