summaryrefslogtreecommitdiff
path: root/units/tmp.mount.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 00:45:32 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-26 01:24:39 +0100
commit7cb48925dc9d6c74edcf800b447c6c0c6955687d (patch)
treed24e3dcd824ccf2421ee8c63d498c6ee8d54f240 /units/tmp.mount.m4
parent67c7c892b9fcb946792b380a30c4ba704c700934 (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 'units/tmp.mount.m4')
-rw-r--r--units/tmp.mount.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/units/tmp.mount.m4 b/units/tmp.mount.m4
index e1e26bdfc0..6402200c62 100644
--- a/units/tmp.mount.m4
+++ b/units/tmp.mount.m4
@@ -20,5 +20,5 @@ Where=/tmp
Type=tmpfs
Options=mode=1777,strictatime
m4_ifdef(`HAVE_SMACK',
-SmackFileSystemRoot=*
+SmackFileSystemRootLabel=*
)m4_dnl