committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
11
sysconfig/ebtables-config
Normal file
11
sysconfig/ebtables-config
Normal 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
3
sysconfig/firewalld
Normal file
@@ -0,0 +1,3 @@
|
||||
# firewalld command line args
|
||||
# possible values: --debug
|
||||
FIREWALLD_ARGS=
|
||||
8
sysconfig/nftables.conf
Normal file
8
sysconfig/nftables.conf
Normal 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'.
|
||||
Reference in New Issue
Block a user