committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-06-17 10:03:53 +03:00
parent e29fcfc5a5
commit 48e168f1a3
159 changed files with 12 additions and 6908 deletions

View File

@@ -1,11 +0,0 @@
# Save current firewall rules on stop.
# Value: yes|no, default: no
# Saves all firewall rules if firewall gets stopped
# (e.g. on system shutdown).
EBTABLES_SAVE_ON_STOP="no"
# Save (and restore) rule counters.
# Value: yes|no, default: no
# Save rule counters when saving a kernel table to a file. If the
# rule counters were saved, they will be restored when restoring the table.
EBTABLES_SAVE_COUNTER="no"

View File

@@ -1,3 +0,0 @@
# firewalld command line args
# possible values: --debug
FIREWALLD_ARGS=

View File

@@ -1,8 +0,0 @@
# Uncomment the include statement here to load the default config sample
# in /etc/nftables for nftables service.
#include "/etc/nftables/main.nft"
# To customize, either edit the samples in /etc/nftables, append further
# commands to the end of this file or overwrite it after first service
# start by calling: 'nft list ruleset >/etc/sysconfig/nftables.conf'.