15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
|
|
# This file controls the configuration of the
|
|
# af_unix socket plugin. It simply takes events
|
|
# and writes them to a unix domain socket. This
|
|
# plugin can take 2 arguments, the path for the
|
|
# socket and the socket permissions in octal.
|
|
|
|
active = no
|
|
direction = out
|
|
path = builtin_af_unix
|
|
type = builtin
|
|
args = 0640 /var/run/audispd_events
|
|
format = string
|
|
|