]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-journald-audit.socket
Merge pull request #1179 from poettering/sd-event-sigchld-fix
[thirdparty/systemd.git] / units / systemd-journald-audit.socket
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 [Unit]
9 Description=Journal Audit Socket
10 Documentation=man:systemd-journald.service(8) man:journald.conf(5)
11 DefaultDependencies=no
12 Before=sockets.target
13 ConditionSecurity=audit
14 ConditionCapability=CAP_AUDIT_READ
15
16 [Socket]
17 Service=systemd-journald.service
18 ReceiveBuffer=128M
19 ListenNetlink=audit 1
20 PassCredentials=yes