mirror of
https://github.com/ovh/debian-cis.git
synced 2025-08-04 14:21:15 +02:00

- nftables_is_enabled.sh -> 4.2.9 - nftables_has_table.sh -> 4.2.4 - nftables_has_base_chains.sh -> 4.2.5 - nftables_rules_permanent.sh -> 4.2.10
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
Cmnd_Alias SCL_CMD = /bin/grep ,\
|
|
/bin/zgrep,\
|
|
/bin/cat,\
|
|
/usr/bin/stat,\
|
|
/usr/bin/getent,\
|
|
/usr/bin/[,\
|
|
/usr/bin/test,\
|
|
/bin/ls,\
|
|
/usr/bin/find,\
|
|
! /usr/bin/find *-exec*, \
|
|
! /usr/bin/find *-delete*,\
|
|
/usr/bin/apt-get update -y,\
|
|
/usr/bin/apt-get upgrade -s,\
|
|
/usr/bin/cut,\
|
|
/sbin/iptables -nL,\
|
|
/sbin/iptables -nL *,\
|
|
/sbin/sysctl net.*,\
|
|
/sbin/sysctl fs.*,\
|
|
/sbin/sysctl kernel.*,\
|
|
/sbin/sysctl -a,\
|
|
/bin/dmesg "",\
|
|
/bin/netstat,\
|
|
/usr/sbin/lsmod,\
|
|
/sbin/lsmod,\
|
|
/sbin/modprobe,\
|
|
/usr/sbin/modprobe -n -v*,\
|
|
/usr/sbin/apparmor_status,\
|
|
/usr/sbin/nft list *
|
|
|
|
cisharden ALL = (root) NOPASSWD: SCL_CMD
|