Skip to content

Commit

Permalink
targetclid.sock: change SocketMode to 0600
Browse files Browse the repository at this point in the history
SocketMode=
If listening on a file system socket or FIFO, this option specifies the
file system access mode used when creating the file node. Takes an
access mode in octal notation. Defaults to 0666.

Thanks Alex Murray[@alexmurray], for reporting.

Fixes: #162
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
  • Loading branch information
Prasanna Kumar Kalever committed Mar 26, 2020
1 parent 23877ab commit 6e4f393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/targetclid.socket
Expand Up @@ -4,6 +4,7 @@ Documentation=man:targetclid(8)

[Socket]
ListenStream=/var/run/targetclid.sock
SocketMode=0600

[Install]
WantedBy=sockets.target

0 comments on commit 6e4f393

Please sign in to comment.