summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-08-01 22:42:07 +0200
committerLennart Poettering <lennart@poettering.net>2011-08-01 22:42:07 +0200
commit1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9 (patch)
tree2a40e6fff9a9aa6cde706bba5250b149bce519c5 /units
parent260d370833ba5449f77d4184a8eb80e5501be900 (diff)
umask: set umask of a number of sockets by default, even though we check creds on connections
Diffstat (limited to 'units')
-rw-r--r--units/systemd-shutdownd.socket1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket
index b30a6657cf..bc0358a346 100644
--- a/units/systemd-shutdownd.socket
+++ b/units/systemd-shutdownd.socket
@@ -14,3 +14,4 @@ Before=sockets.target
[Socket]
ListenDatagram=/run/systemd/shutdownd
+SocketMode=0600