SV-227880r603266_rule
V-227880
SRG-OS-000480
GEN005350
CAT II
10
Remove the extended ACL from the file.
# chmod A- [mib file]
Check the modes for all Management Information Base (MIB) files on the system.
# find /etc/sma/snmp/ /etc/snmp/conf/ /var/sma_snmp/ /usr/sfw/lib/sma_snmp/ -type f | grep -i mib | egrep -v '\.conf$' | xargs ls -lL
If the permissions include a "+", the file has an extended ACL, this is a finding.
V-227880
False
GEN005350
Check the modes for all Management Information Base (MIB) files on the system.
# find /etc/sma/snmp/ /etc/snmp/conf/ /var/sma_snmp/ /usr/sfw/lib/sma_snmp/ -type f | grep -i mib | egrep -v '\.conf$' | xargs ls -lL
If the permissions include a "+", the file has an extended ACL, this is a finding.
M
4061