diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 00:45:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-26 01:24:39 +0100 |
commit | 7cb48925dc9d6c74edcf800b447c6c0c6955687d (patch) | |
tree | d24e3dcd824ccf2421ee8c63d498c6ee8d54f240 /man | |
parent | 67c7c892b9fcb946792b380a30c4ba704c700934 (diff) |
core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel=
That way it's in sync with the other SMACK label settings.
https://github.com/systemd/systemd/pull/1664#issuecomment-150891270
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.mount.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index d3775ff830..aaf2e98175 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -324,7 +324,7 @@ </varlistentry> <varlistentry> - <term><varname>SmackFileSystemRoot=</varname></term> + <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. |