8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# This is the configuration file for libaudit tunables.
|
|
# It is currently only used for the failure_action tunable.
|
|
|
|
# failure_action can be: log, ignore, terminate
|
|
failure_action = ignore
|
|
|
|
|