summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-24 14:58:51 +0200
committerLennart Poettering <lennart@poettering.net>2015-10-24 14:58:51 +0200
commit7f66eb931d20cfdb7e1123673f2d6d08c2589bdf (patch)
tree1d9dbb238d24543bfe9e8f6a7fb0d40a814ba7b9 /units
parent48d04f25bf400fe0ff612a23bb4785bb245b6139 (diff)
parent5dfcb8d20021c8fc555a86c4fbbc72d5c9837150 (diff)
Merge pull request #1664 from again4you/devel/tmp-smack_#5
mount: add new SmackFileSystemRoot= setting for mount unit (v4)
Diffstat (limited to 'units')
-rw-r--r--units/tmp.mount.m4 (renamed from units/tmp.mount)3
1 files changed, 3 insertions, 0 deletions
diff --git a/units/tmp.mount b/units/tmp.mount.m4
index 00a0d28722..e1e26bdfc0 100644
--- a/units/tmp.mount
+++ b/units/tmp.mount.m4
@@ -19,3 +19,6 @@ What=tmpfs
Where=/tmp
Type=tmpfs
Options=mode=1777,strictatime
+m4_ifdef(`HAVE_SMACK',
+SmackFileSystemRoot=*
+)m4_dnl