diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-12 12:50:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-12 12:50:59 +0100 |
commit | 2a2e1b36a0417d748048b530e03d5428241f749d (patch) | |
tree | 422f752cf7c673187926627e6448a81c5f4b7e8e /man | |
parent | e87e7f5651a741cd9bd7d4b1f759573faa555c08 (diff) |
core: remove SmackFileSystemRootLabel= again
Apparently, util-linux' mount command implicitly drops the smack-related
options anyway before passing them to the kernel, if the kernel doesn't
know SMACK, hence there's no point in duplicating this in systemd.
Fixes #1696
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 67e96dc157..a724d88584 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -366,18 +366,6 @@ </varlistentry> <varlistentry> - <term><varname>SmackFileSystemRootLabel=</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 |