[GIT PULL] Smack patches for 6.1
From: Casey Schaufler
Date: Sat Oct 01 2022 - 10:36:12 EST
Hello Linus,
Here is the Smack pull request for v6.1.
There are two minor code clean-ups. One removes constants
left over from the old mount API. The other gets rid of an
unneeded variable. The other change fixes a flaw in handling
IPv6 labeling. All have spent time in -next and pass Smack
regression tests. Thank you.
The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:
Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)
are available in the Git repository at:
https://github.com/cschaufler/smack-next tags/Smack-for-6.1
for you to fetch changes up to cc71271f5b793d619f8a7d2ef905374102533c75:
smack: cleanup obsolete mount option flags (2022-09-27 10:33:03 -0700)
----------------------------------------------------------------
Smack updates for v6.1
----------------------------------------------------------------
Lontke Michael (1):
SMACK: Add sk_clone_security LSM hook
Xiu Jianfeng (1):
smack: cleanup obsolete mount option flags
Xu Panda (1):
smack: lsm: remove the unneeded result variable
security/smack/smack.h | 9 ---------
security/smack/smack_lsm.c | 20 +++++++++++++++++---
2 files changed, 17 insertions(+), 12 deletions(-)