From: Zbigniew Jędrzejewski-Szmek Date: Fri, 25 Jan 2013 19:25:20 +0000 (-0500) Subject: tmpfiles: exclude /var/tmp/systemd-private-* too X-Git-Tag: v198~400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b08131ec17e9263c3beabfbe1c41562cf1ac40af;p=thirdparty%2Fsystemd.git tmpfiles: exclude /var/tmp/systemd-private-* too --- diff --git a/tmpfiles.d/tmp.conf b/tmpfiles.d/tmp.conf index 031770c04f3..ef5a9f0f2cb 100644 --- a/tmpfiles.d/tmp.conf +++ b/tmpfiles.d/tmp.conf @@ -13,3 +13,4 @@ d /var/tmp 1777 root root 30d # Exclude namespace mountpoints created with PrivateTmp=yes X /tmp/systemd-private-* +X /var/tmp/systemd-private-*