From 54ecda32c60c6f2548f74703bfd324694393edaa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Mar 2012 00:00:27 +0100 Subject: socket: add option for SO_PASSEC https://bugzilla.redhat.com/show_bug.cgi?id=798760 (Note that this work is not complete yet, as the kernel seems to send us useless data with SCM_SECURITY enabled) --- units/syslog.socket | 1 + 1 file changed, 1 insertion(+) (limited to 'units/syslog.socket') diff --git a/units/syslog.socket b/units/syslog.socket index 1c54857762..0e211e16e7 100644 --- a/units/syslog.socket +++ b/units/syslog.socket @@ -21,6 +21,7 @@ Wants=syslog.target ListenDatagram=/run/systemd/journal/syslog SocketMode=0666 PassCredentials=yes +PassSecurity=yes ReceiveBuffer=8M # The default syslog implementation should make syslog.service a -- cgit v1.2.3-54-g00ecf