chiark / gitweb /
tmpfiles: don't do automatic cleanup in $XDG_RUNTIME_DIR
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Jun 2014 17:06:18 +0000 (19:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 30 Jun 2014 17:06:18 +0000 (19:06 +0200)
Now that logind will clean up all IPC resources of a user we should
really consider $XDG_RUNTIME_DIR as just another kind of IPC with the
same life-cycle logic as the other IPC resources. This should be safe
now to do since every user gets his own $XDG_RUNTIME_DIR tmpfs instance
with a fixed size limit, so that flooding of it will more effectively be
averted.

tmpfiles.d/systemd.conf

index 8cba5cad4d4dcd8fb8b649f2580e17703da04700..6b970f347c6385108ea50031b12f81606e17b4e4 100644 (file)
@@ -7,7 +7,7 @@
 
 # See tmpfiles.d(5) for details
 
-d /run/user 0755 root root ~10d
+d /run/user 0755 root root -
 F! /run/utmp 0664 root utmp -
 
 d /run/systemd/ask-password 0755 root root -