diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-01 22:42:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-01 22:42:07 +0200 |
commit | 1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9 (patch) | |
tree | 2a40e6fff9a9aa6cde706bba5250b149bce519c5 /units | |
parent | man: document that we default to 022 as umask (diff) | |
download | eudev-1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9.tar.gz eudev-1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9.tar.bz2 eudev-1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9.zip |
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.socket | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket index b30a6657c..bc0358a34 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 |