Rule ID
SV-44934r1_rule
Version
V1R12
CCIs
Restricting permission on daemons will protect them from unauthorized modification and possible system compromise.
Check that network services daemon files have no extended ACLs. # ls -la /usr/sbin If the permissions include a '+', the file has an extended ACL. If the file has an extended ACL and it has not been documented with the IAO, this is a finding.
Remove the extended ACL from the file. # setfacl --remove-all /usr/sbin/*