/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
audisp/plugins/remote/audisp-remote.conf
42 строки
1 KB
Sergio Correia
remove certificate-mode references from TLS configuration
15 июл 2026, 20:55
15 июл 2026, 20:55
7ee8c56
Код
Авторство
О чём код?
# # This file controls the configuration of the audit remote # logging subsystem, audisp-remote. # remote_server = port = 60 ##local_port = transport = tcp queue_file = /var/spool/audit/remote.log mode = immediate queue_depth = 10240 format = managed network_retry_time = 1 max_tries_per_record = 3 max_time_per_record = 5 heartbeat_timeout = 0 network_failure_action = stop disk_low_action = ignore disk_full_action = warn_once disk_error_action = warn_once remote_ending_action = reconnect generic_error_action = syslog generic_warning_action = syslog queue_error_action = stop overflow_action = syslog startup_failure_action = warn_once_continue ##krb5_principal = ##krb5_client_name = auditd ##krb5_key_file = /etc/audisp/audisp-remote.key ## TLS transport options (requires transport = tls) ##tls_auth = psk ##tls_crypto_profile = compatible ##tls_psk_file = /etc/audit/tls/audit.psk ##tls_psk_identity = my-sender-01 ## Advanced overrides: ##tls_cipher_suites = TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256 ##tls_key_exchange = X25519MLKEM768:X25519 ##tls_require_pqc = no