aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-01-02 10:56:09 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-01-02 10:56:09 -0800
commit19f2e267a5d0d26282a64f8f788c482852c95324 (patch)
treedb0923d0693e15f942c05c7d8ffbeda83ad362a4 /Documentation
parentblock: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) (diff)
parentMerge branch 'smack-for-4.21-a' of https://github.com/cschaufler/next-smack into next-smack (diff)
downloadlinux-dev-19f2e267a5d0d26282a64f8f788c482852c95324.tar.xz
linux-dev-19f2e267a5d0d26282a64f8f788c482852c95324.zip
Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull smack updates from James Morris: "Two Smack patches for 4.21. Jose's patch adds missing documentation and Zoran's fleshes out the access checks on keyrings" * 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: Smack: Improve Documentation smack: fix access permissions for keyring
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/admin-guide/LSM/Smack.rst4
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