diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-24 14:58:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-24 14:58:51 +0200 |
commit | 7f66eb931d20cfdb7e1123673f2d6d08c2589bdf (patch) | |
tree | 1d9dbb238d24543bfe9e8f6a7fb0d40a814ba7b9 /man | |
parent | 48d04f25bf400fe0ff612a23bb4785bb245b6139 (diff) | |
parent | 5dfcb8d20021c8fc555a86c4fbbc72d5c9837150 (diff) |
Merge pull request #1664 from again4you/devel/tmp-smack_#5
mount: add new SmackFileSystemRoot= setting for mount unit (v4)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index ffffc56936..d3775ff830 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -324,6 +324,18 @@ </varlistentry> <varlistentry> + <term><varname>SmackFileSystemRoot=</varname></term> + <listitem><para>Takes a string for the smack label. + This option specifies the label to assign the root of the + file system if it lacks the Smack extended attribute. + Note that this option will be ignored if kernel does not + support the Smack feature. + See <ulink + url="https://www.kernel.org/doc/Documentation/security/Smack.txt">Smack.txt</ulink> + for details. </para></listitem> + </varlistentry> + + <varlistentry> <term><varname>TimeoutSec=</varname></term> <listitem><para>Configures the time to wait for the mount command to finish. If a command does not exit within the |