All run control scripts must have no extended ACLs.

From Solaris 11 SPARC Security Technical Implementation Guide

Part of SRG-OS-999999

Associated with: CCI-000366

SV-74259r1_rule All run control scripts must have no extended ACLs.

Vulnerability discussion

If the startup files are writable by other users, these users could modify the startup files to insert malicious commands into the startup files.

Check content

Verify run control scripts have no extended ACLs. # ls -lL /etc/rc* /etc/init.d If the permissions include a "+", the file has an extended ACL and this is a finding.

Fix text

Remove the extended ACL from the file. # chmod A- [run control script with extended ACL]

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer