mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
tmpfiles: exclude /tmp/systemd-private-* from cleanup
See http://thread.gmane.org/gmane.comp.sysutils.systemd.devel/6874/focus=6891 Should fix https://bugzilla.redhat.com/show_bug.cgi?id=866693
This commit is contained in:
parent
78a92a5a23
commit
e4ac004c12
@ -10,3 +10,6 @@
|
||||
# Clear tmp directories separately, to make them easier to override
|
||||
d /tmp 1777 root root 10d
|
||||
d /var/tmp 1777 root root 30d
|
||||
|
||||
# Exclude namespace mountpoints created with PrivateTmp=yes
|
||||
X /tmp/systemd-private-*
|
||||
|
Loading…
Reference in New Issue
Block a user