]> git.pld-linux.org Git - packages/systemd.git/blob - dont-trash-X-sessions.patch
- if there are no submounts, try get over with it without tmpdir
[packages/systemd.git] / dont-trash-X-sessions.patch
1 --- systemd-44/tmpfiles.d/x11.conf~     2011-08-29 16:32:03.000000000 +0200
2 +++ systemd-44/tmpfiles.d/x11.conf      2012-03-29 11:07:45.026154271 +0200
3 @@ -8,11 +8,11 @@
4  # See tmpfiles.d(5) for details
5  
6  # Make sure these are created by default so that nobody else can
7 -d /tmp/.X11-unix 1777 root root 10d
8 -d /tmp/.ICE-unix 1777 root root 10d
9 -d /tmp/.XIM-unix 1777 root root 10d
10 -d /tmp/.font-unix 1777 root root 10d
11 -d /tmp/.Test-unix 1777 root root 10d
12 +d /tmp/.X11-unix 1777 root root -
13 +d /tmp/.ICE-unix 1777 root root -
14 +d /tmp/.XIM-unix 1777 root root -
15 +d /tmp/.font-unix 1777 root root -
16 +d /tmp/.Test-unix 1777 root root -
17  
18  # Unlink the X11 lock files
19  r /tmp/.X[0-9]*-lock
This page took 0.45225 seconds and 3 git commands to generate.