saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-02-13 12:11:16 +02:00
parent 54c4e5b173
commit df88f452e8
8 changed files with 187 additions and 145 deletions

View File

@@ -4,7 +4,8 @@
############################################################################
ADMIN_CONTACTS:
emails: []
emails:
- bogdan@898.ro
enable_icontact_notifications: true
AUTO_WHITELIST:
after_unblock_timeout: 1440
@@ -23,7 +24,7 @@ CAPTCHA_DOS:
time_frame: 21600
timeout: 864000
CSF_INTEGRATION:
catch_lfd_events: false
catch_lfd_events: true
DOS:
default_limit: 250
enabled: true
@@ -81,12 +82,12 @@ KERNELCARE:
LOGGER:
backup_count: 5
max_log_file_size: 62914560
syscall_monitor: true
syscall_monitor: false
MALWARE_CLEANUP:
keep_original_files_days: 14
trim_file_instead_of_removal: true
MALWARE_DATABASE_SCAN:
enable: false
enable: true
MALWARE_SCANNING:
cloud_assisted_scan: true
crontabs: false
@@ -109,7 +110,7 @@ MALWARE_SCANNING:
try_restore_from_backup_first: false
MALWARE_SCAN_INTENSITY:
cpu: 2
io: 2
io: 1
ram: 2048
user_scan_cpu: 2
user_scan_io: 2
@@ -121,9 +122,9 @@ MALWARE_SCAN_SCHEDULE:
interval: week
MOD_SEC:
app_specific_ruleset: true
cms_account_compromise_prevention: false
cms_account_compromise_prevention: true
prev_settings: ''
ruleset: FULL
ruleset: MINIMAL
MOD_SEC_BLOCK_BY_CUSTOM_RULE:
33332:
check_period: 120
@@ -142,12 +143,12 @@ NETWORK_INTERFACE:
eth_device: null
eth_device_skip: []
OSSEC:
active_response: false
active_response: true
PAM:
enable: true
exim_dovecot_native: false
exim_dovecot_protection: true
ftp_protection: false
ftp_protection: true
PERMISSIONS:
advisor: true
allow_malware_scan: false
@@ -185,7 +186,7 @@ STOP_MANAGING:
WEBSHIELD:
captcha_secret_key: ''
captcha_site_key: ''
enable: true
enable: false
invisible_captcha: false
known_proxies_support: true
splash_screen: true

View File

@@ -1 +1,21 @@
{}
ADMIN_CONTACTS:
emails:
- bogdan@898.ro
CSF_INTEGRATION:
catch_lfd_events: true
LOGGER:
syscall_monitor: false
MALWARE_DATABASE_SCAN:
enable: true
MALWARE_SCAN_INTENSITY:
cpu: 2
io: 1
MOD_SEC:
cms_account_compromise_prevention: true
ruleset: MINIMAL
OSSEC:
active_response: true
PAM:
ftp_protection: true
WEBSHIELD:
enable: false