Files
configpolicy/roles/graylog/files/graylog-server-capabilities.systemd.conf
Dustin C. Hatch 3aad9c1dda roles/graylog: Add Graylog server deployment
The *graylog* role installs Graylog from the *graylog2.org* Yum
repository and manages basic server configuration.  It augments the
default systemd unit to provide the `CAP_NET_BIND_SERVICE` capability to
the Graylog server process via ambient capabilities, thereby allowing
the server to bind to the privileged Syslog UDP port.
2019-10-28 18:47:09 -05:00

4 lines
116 B
Plaintext

[Service]
# Allow graylog-server to bind to the privileged Syslog UDP port
AmbientCapabilities=CAP_NET_BIND_SERVICE