/usr/libexec
#!/usr/bin/sh ARPTABLES_CONFIG=/etc/sysconfig/arptables # compat for removed initscripts dependency success() { echo "[ OK ]" return 0 } failure() { echo "[FAILED]" return 1 } start() { if [ ! -x /usr/sbin/arptables ]; then exit 4 fi # don't do squat if we don't have the config file if [ -f $ARPTABLES_CONFIG ]; then printf "Applying arptables firewall rules: " /usr/sbin/arptables-restore < $ARPTABLES_CONFIG && \ success || \ failure touch /var/lock/subsys/arptables else failure echo "Configuration file /etc/sysconfig/arptables missing" exit 6 fi } stop() { printf "Removing user defined chains: " arptables -X && success || failure printf "Flushing all chains: " arptables -F && success || failure printf "Resetting built-in chains to the default ACCEPT policy: " arptables -P INPUT ACCEPT && \ arptables -P OUTPUT ACCEPT && \ success || \ failure rm -f /var/lock/subsys/arptables } case "$1" in start) start ;; stop) stop ;; restart|reload) # "restart" is really just "start" as this isn't a daemon, # and "start" clears any pre-defined rules anyway. # This is really only here to make those who expect it happy start ;; condrestart|try-restart|force-reload) [ -e /var/lock/subsys/arptables ] && start ;; *) exit 2 esac exit 0
.
Edit
..
Edit
arptables-helper
Edit
arptables-nft-helper
Edit
at-spi-bus-launcher
Edit
at-spi2-registryd
Edit
awk
Edit
cloudlinux-backup
Edit
copy_jdk_configs.lua
Edit
copy_jdk_configs_fixFiles.sh
Edit
coreutils
Edit
cpanel-pdns
Edit
dconf-service
Edit
dirmngr_ldap
Edit
dnf-utils
Edit
dovecot
Edit
dpkg
Edit
exim.daemon
Edit
fips-setup-helper
Edit
flatpak-oci-authenticator
Edit
flatpak-portal
Edit
flatpak-session-helper
Edit
flatpak-system-helper
Edit
flatpak-validate-icon
Edit
gawk
Edit
gcc
Edit
generate-rndc-key.sh
Edit
geoclue
Edit
geoclue-2.0
Edit
getconf
Edit
git-core
Edit
glib-pacrunner
Edit
gpg-check-pattern
Edit
gpg-pair-tool
Edit
gpg-preset-passphrase
Edit
gpg-protect-tool
Edit
gpg-wks-client
Edit
grepconf.sh
Edit
grub2
Edit
grubby
Edit
gstreamer-1.0
Edit
hostname
Edit
import-state
Edit
imunify-message-gateway
Edit
imunify-notifier
Edit
imunify360
Edit
imunify360-cgroup-process-wrapper
Edit
initscripts
Edit
installkernel
Edit
irqbalance
Edit
keyboxd
Edit
linux-boot-probes
Edit
loadmodules
Edit
low-memory-monitor
Edit
man-db
Edit
microcode_ctl
Edit
netdata
Edit
nfs-utils
Edit
nfsrahead
Edit
nm-daemon-helper
Edit
nm-dhcp-helper
Edit
nm-dispatcher
Edit
nm-ifdown
Edit
nm-ifup
Edit
nm-initrd-generator
Edit
nm-priv-helper
Edit
openldap
Edit
openssh
Edit
os-prober
Edit
os-probes
Edit
p11-kit
Edit
passenger
Edit
platform-python
Edit
platform-python-config
Edit
platform-python3.9
Edit
platform-python3.9-config
Edit
platform-python3.9-x86_64-config
Edit
report-command-error
Edit
revokefs-fuse
Edit
rtkit-daemon
Edit
run-with-intensity
Edit
scdaemon
Edit
selinux
Edit
smartmontools
Edit
sssd
Edit
sudo
Edit
totem-pl-parser
Edit
tracker-extract-3
Edit
tracker-miner-fs-3
Edit
tracker-miner-fs-control-3
Edit
tracker-writeback-3
Edit
tracker-xdg-portal-3
Edit
tracker3
Edit
tuned
Edit
upowerd
Edit
utempter
Edit
vi
Edit
virt-what-cpuid-helper
Edit
xdg-desktop-portal
Edit
xdg-desktop-portal-gtk
Edit
xdg-document-portal
Edit
xdg-permission-store
Edit