diff options
author | José Bollo <jobol@nonadev.net> | 2018-12-14 00:31:01 +0300 |
---|---|---|
committer | Casey Schaufler <casey.schaufler@intel.com> | 2018-12-14 00:31:01 +0300 |
commit | 55b078f031f556ea18963bd808e79a1dfaa4be44 (patch) | |
tree | 506d615938dbc1137fa50775dde687fb2184adb3 /Documentation/admin-guide/LSM | |
parent | 5b841bfab695e3b8ae793172a9ff7990f99cc3e2 (diff) | |
download | linux-55b078f031f556ea18963bd808e79a1dfaa4be44.tar.xz |
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/admin-guide/LSM')
-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 |