]> git.proxmox.com Git - systemd.git/blame - units/systemd-journald-audit.socket
Imported Upstream version 220
[systemd.git] / units / systemd-journald-audit.socket
CommitLineData
663996b3
MS
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]
f47781d8
MP
9Description=Journal Audit Socket
10Documentation=man:systemd-journald.service(8) man:journald.conf(5)
11DefaultDependencies=no
12Before=sockets.target
13ConditionSecurity=audit
e3bff60a 14ConditionCapability=CAP_AUDIT_READ
663996b3 15
f47781d8
MP
16[Socket]
17Service=systemd-journald.service
18ReceiveBuffer=128M
19ListenNetlink=audit 1
20PassCredentials=yes