tmpfiles: adjust excludes for the new per-service private dirs

In d8c9d3a (systemd: use unit name in PrivateTmp directories)
I forgot to update the tmpfiles config.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-11-16 17:29:28 -05:00
parent 9cd861842c
commit 87267de89d
1 changed files with 17 additions and 0 deletions

View File

@ -12,6 +12,23 @@ d /tmp 1777 root root 10d
d /var/tmp 1777 root root 30d
# Exclude namespace mountpoints created with PrivateTmp=yes
x /tmp/systemd-*.service-*
x /var/tmp/systemd-*.service-*
X /tmp/systemd-*.service-*/tmp
X /var/tmp/systemd-*.service-*/tmp
x /tmp/systemd-*.socket-*
x /var/tmp/systemd-*.socket-*
X /tmp/systemd-*.socket-*/tmp
X /var/tmp/systemd-*.socket-*/tmp
x /tmp/systemd-*.mount-*
x /var/tmp/systemd-*.mount-*
X /tmp/systemd-*.mount-*/tmp
X /var/tmp/systemd-*.mount-*/tmp
x /tmp/systemd-*.swap-*
x /var/tmp/systemd-*.swap-*
X /tmp/systemd-*.swap-*/tmp
X /var/tmp/systemd-*.swap-*/tmp
# keep those for compatibility during upgrades
x /tmp/systemd-private-*
x /var/tmp/systemd-private-*
X /tmp/systemd-private-*/tmp