diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 15:18:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 15:18:14 -0400 |
commit | 033795465009e53f859d42d5010a4d1a9125dbb8 (patch) | |
tree | 9f2af2f6746fc913786e84d2dd5dab0a69bce8fe /tmpfiles.d/systemd-tmpfs.conf | |
parent | 57ad25443cb82d70ec1df14aeb8547280d369b4e (diff) |
split tmpfiles.d/tmp.conf
Diffstat (limited to 'tmpfiles.d/systemd-tmpfs.conf')
-rw-r--r-- | tmpfiles.d/systemd-tmpfs.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd-tmpfs.conf b/tmpfiles.d/systemd-tmpfs.conf new file mode 100644 index 0000000000..98050d329d --- /dev/null +++ b/tmpfiles.d/systemd-tmpfs.conf @@ -0,0 +1,14 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# See tmpfiles.d(5) for details + +# Exclude namespace mountpoints created with PrivateTmp=yes +x /tmp/systemd-private-%b-* +X /tmp/systemd-private-%b-*/tmp +x /var/tmp/systemd-private-%b-* +X /var/tmp/systemd-private-%b-*/tmp |