linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] lsm: change security_capget LSM hook
@ 2023-07-31  7:07 Khadija Kamran
  2023-07-31  7:07 ` [PATCH 1/2] lsm: change 'target' parameter to 'const' in " Khadija Kamran
  2023-07-31  7:07 ` [PATCH 2/2] lsm: split cap_capget() declaration to multiple lines Khadija Kamran
  0 siblings, 2 replies; 5+ messages in thread
From: Khadija Kamran @ 2023-07-31  7:07 UTC (permalink / raw)
  To: paul, stephen.smalley.work, eparis, selinux, linux-kernel,
	jmorris, serge, linux-security-module, apparmor, john.johansen,
	alison.schofield, ztarkhani
  Cc: Khadija Kamran

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


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

end of thread, other threads:[~2023-07-31 23:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31  7:07 [PATCH 0/2] lsm: change security_capget LSM hook Khadija Kamran
2023-07-31  7:07 ` [PATCH 1/2] lsm: change 'target' parameter to 'const' in " 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

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).