committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-06-17 10:04:57 +03:00
parent 48e168f1a3
commit 4cdda8276d
158 changed files with 9017 additions and 0 deletions

11
sysconfig/ebtables-config Normal file
View File

@@ -0,0 +1,11 @@
# 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"

3
sysconfig/firewalld Normal file
View File

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

8
sysconfig/nftables.conf Normal file
View File

@@ -0,0 +1,8 @@
# 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'.