From: Khadija Kamran <kamrankhadijadj@gmail.com>
To: paul@paul-moore.com, stephen.smalley.work@gmail.com,
eparis@parisplace.org, selinux@vger.kernel.org,
linux-kernel@vger.kernel.org, jmorris@namei.org,
serge@hallyn.com, linux-security-module@vger.kernel.org,
apparmor@lists.ubuntu.com, john.johansen@canonical.com,
alison.schofield@intel.com, ztarkhani@microsoft.com
Cc: Khadija Kamran <kamrankhadijadj@gmail.com>
Subject: [PATCH 0/2] lsm: change security_capget LSM hook
Date: Mon, 31 Jul 2023 12:07:30 +0500 [thread overview]
Message-ID: <cover.1690786466.git.kamrankhadijadj@gmail.com> (raw)
Change security_capget LSM hook's target parameter to constant and split
cap_capget decalration line to multiple lines.
Khadija Kamran (2):
lsm: change 'target' parameter to 'const' in security_capget LSM hook
lsm: split cap_capget() declaration to multiple lines
include/linux/lsm_hook_defs.h | 2 +-
include/linux/security.h | 7 ++++---
kernel/capability.c | 2 +-
security/apparmor/lsm.c | 2 +-
security/commoncap.c | 2 +-
security/security.c | 2 +-
security/selinux/hooks.c | 2 +-
7 files changed, 10 insertions(+), 9 deletions(-)
--
2.34.1
next reply other threads:[~2023-07-31 7:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 7:07 Khadija Kamran [this message]
2023-07-31 7:07 ` [PATCH 1/2] lsm: change 'target' parameter to 'const' in security_capget LSM hook Khadija Kamran
2023-07-31 17:02 ` Alison Schofield
2023-07-31 23:12 ` Paul Moore
2023-07-31 7:07 ` [PATCH 2/2] lsm: split cap_capget() declaration to multiple lines Khadija Kamran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1690786466.git.kamrankhadijadj@gmail.com \
--to=kamrankhadijadj@gmail.com \
--cc=alison.schofield@intel.com \
--cc=apparmor@lists.ubuntu.com \
--cc=eparis@parisplace.org \
--cc=jmorris@namei.org \
--cc=john.johansen@canonical.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=paul@paul-moore.com \
--cc=selinux@vger.kernel.org \
--cc=serge@hallyn.com \
--cc=stephen.smalley.work@gmail.com \
--cc=ztarkhani@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).