forked from pool/systemd
Frederic Crozat
9bc096a963
- Fix regression in the default for tmp auto-deletion (systemd-tmp-safe-defaults.patch, FATE#314974). OBS-URL: https://build.opensuse.org/request/show/172500 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=364
18 lines
598 B
Diff
18 lines
598 B
Diff
max@suse.de FATE#314974
|
|
|
|
Index: systemd-200/tmpfiles.d/tmp.conf
|
|
===================================================================
|
|
--- systemd-200.orig/tmpfiles.d/tmp.conf 2013-03-20 22:58:40.159281473 +0100
|
|
+++ systemd-200/tmpfiles.d/tmp.conf 2013-04-19 14:37:47.500403658 +0200
|
|
@@ -8,8 +8,8 @@
|
|
# See tmpfiles.d(5) for details
|
|
|
|
# Clear tmp directories separately, to make them easier to override
|
|
-d /tmp 1777 root root 10d
|
|
-d /var/tmp 1777 root root 30d
|
|
+d /tmp 1777 root root
|
|
+d /var/tmp 1777 root root
|
|
|
|
# Exclude namespace mountpoints created with PrivateTmp=yes
|
|
x /tmp/systemd-private-*
|