diff options
author | José Bollo <jobol@nonadev.net> | 2018-12-13 22:31:01 +0100 |
---|---|---|
committer | Casey Schaufler <casey.schaufler@intel.com> | 2018-12-13 22:31:01 +0100 |
commit | 55b078f031f556ea18963bd808e79a1dfaa4be44 (patch) | |
tree | 506d615938dbc1137fa50775dde687fb2184adb3 /Documentation | |
parent | smack: fix access permissions for keyring (diff) | |
download | linux-55b078f031f556ea18963bd808e79a1dfaa4be44.tar.xz linux-55b078f031f556ea18963bd808e79a1dfaa4be44.zip |
Smack: Improve Documentation
Add some words about the mount option "smackfstransmute=label".
Signed-off-by: José Bollo <jobol@nonadev.net>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
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 |