updated auditd variables

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-10-16 14:57:24 +01:00
parent 6be41416ec
commit 727ae4515b
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -87,8 +87,6 @@ audit_max_concurrent: 50
## Only run Audit do not remediate ## Only run Audit do not remediate
audit_only: false audit_only: false
### As part of audit_only ### ### As part of audit_only ###
# This will enable files to be copied back to control node in audit_only mode
fetch_audit_files: false
# Path to copy the files to will create dir structure in audit_only mode # Path to copy the files to will create dir structure in audit_only mode
audit_capture_files_dir: /some/location to copy to on control node audit_capture_files_dir: /some/location to copy to on control node
############################# #############################