SV-227879r603266_rule
V-227879
SRG-OS-000312
GEN005340
CAT II
10
Change the mode of MIB files to 0640.
Procedure:
# chmod 0640 <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 any file is returned that does not have mode 0640 or less permissive, this is a finding.
V-227879
False
GEN005340
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 any file is returned that does not have mode 0640 or less permissive, this is a finding.
M
4061