System start-up files must only execute programs owned by a privileged UID or an application.

From SOLARIS 10 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE

Part of GEN001700

Associated with IA controls: DCSL-1

Associated with: CCI-000225

SV-27219r1_rule System start-up files must only execute programs owned by a privileged UID or an application.

Vulnerability discussion

System start-up files executing programs owned by other than root (or another privileged user) or an application indicates the system may have been compromised.

Check content

Determine the programs executed by system start-up files. Determine the ownership of the executed programs. # cat /etc/rc* /etc/init.d/* | more Check the ownership of every program executed by the system start-up files. # ls -l If any executed program is not owned by root, sys, bin, or in rare cases, an application account, this is a finding.

Fix text

Change the ownership of the file executed from system startup scripts to root, bin, or sys. # chown root

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