Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4 |
- |
1 |
|
|
|
2 |
# This file controls the configuration of the
|
|
|
3 |
# af_unix socket plugin. It simply takes events
|
|
|
4 |
# and writes them to a unix domain socket. This
|
|
|
5 |
# plugin can take 2 arguments, the path for the
|
|
|
6 |
# socket and the socket permissions in octal.
|
|
|
7 |
|
|
|
8 |
active = no
|
|
|
9 |
direction = out
|
|
|
10 |
path = builtin_af_unix
|
|
|
11 |
type = builtin
|
|
|
12 |
args = 0640 /var/run/audispd_events
|
|
|
13 |
format = string
|
|
|
14 |
|