diff options
author | James Morris <james.morris@microsoft.com> | 2018-12-13 19:30:33 -0800 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-12-13 19:30:33 -0800 |
commit | 20bb4cb4fb9fb994d757932abc4404cf0f0f56cc (patch) | |
tree | 77d80d5d3541d01bf198ebe581e86083d0c77f1d /Documentation | |
parent | 1072bd678547f8663cfb81a22fdb50c589e4976e (diff) | |
parent | 55b078f031f556ea18963bd808e79a1dfaa4be44 (diff) | |
download | lwn-20bb4cb4fb9fb994d757932abc4404cf0f0f56cc.tar.gz lwn-20bb4cb4fb9fb994d757932abc4404cf0f0f56cc.zip |
Merge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack into next-smack
From Casey.
"I have two Smack patches for 4.21. One Jose's patch adds
missing documentation and Zoran's fleshes out the access checks
on keyrings."
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/LSM/Smack.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/admin-guide/LSM/Smack.rst b/Documentation/admin-guide/LSM/Smack.rst index 6a5826a13aea..6d44f4fdbf59 100644 --- a/Documentation/admin-guide/LSM/Smack.rst +++ b/Documentation/admin-guide/LSM/Smack.rst @@ -818,6 +818,10 @@ Smack supports some mount options: specifies a label to which all labels set on the filesystem must have read access. Not yet enforced. + smackfstransmute=label: + behaves exactly like smackfsroot except that it also + sets the transmute flag on the root of the mount + These mount options apply to all file system types. Smack auditing |