mbox series

[GIT,PULL] Smack patches for 6.5

Message ID 3b1107c2-77c1-28ce-3413-bec589eae083@schaufler-ca.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Smack patches for 6.5 | expand

Pull-request

https://github.com/cschaufler/smack-next tags/Smack-for-6.5

Message

Casey Schaufler June 27, 2023, 3:01 p.m. UTC
Hello Linus,

Here is the Smack pull request for v6.5.

There are two patches, both of which change how Smack initializes
the SMACK64TRANSMUTE extended attribute. The first corrects the
behavior of overlayfs, which creates inodes differently from other
filesystems. The second ensures that transmute attributes specified
by mount options are correctly assigned. These updates have been in
the next branch and pass all tests. Thank you.

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://github.com/cschaufler/smack-next tags/Smack-for-6.5

for you to fetch changes up to 2c085f3a8f23c9b444e8b99d93c15d7ce870fc4e:

  smack: Record transmuting in smk_transmuted (2023-05-11 10:05:39 -0700)

----------------------------------------------------------------
Two patches that improve inode attribute initialization.

----------------------------------------------------------------
Roberto Sassu (2):
      smack: Retrieve transmuting information in smack_inode_getsecurity()
      smack: Record transmuting in smk_transmuted

 security/smack/smack.h     |  1 +
 security/smack/smack_lsm.c | 63 ++++++++++++++++++++++++++++++++++------------
 2 files changed, 48 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org June 28, 2023, 1:01 a.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 08:01:44 -0700:

> https://github.com/cschaufler/smack-next tags/Smack-for-6.5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/98be618ad03010b1173fc3c35f6cbb4447ee2b07

Thank you!