
Modified audit-config package to add support to Debian packaging. PASS: built image successfully PASS: Installed image successfully (with audit-config) PASS: build updated latest image (fresh env) PASS: bootstrap and unlock successfully Story: 2009256 Task: 45005 Signed-off-by: Thayna Santos <Thayna.EmillyCavalcanteSantos@windriver.com> Change-Id: Id7de7b171fd5354ed801a25446db34ecc1ae9df0
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
# This file controls the configuration of the syslog plugin.
|
|
# It simply takes events and writes them to syslog. The
|
|
# arguments provided can be the default priority that you
|
|
# want the events written with. And optionally, you can give
|
|
# a second argument indicating the facility that you want events
|
|
# logged to. Valid options are LOG_LOCAL0 through 7, LOG_AUTH,
|
|
# LOG_AUTHPRIV, LOG_DAEMON, LOG_SYSLOG, and LOG_USER.
|
|
|
|
active = yes
|
|
direction = out
|
|
path = builtin_syslog
|
|
type = builtin
|
|
args = LOG_INFO LOG_AUTH
|
|
format = string
|