All system start-up files must be group-owned by root, sys, bin, other, or system.

From Red Hat Enterprise Linux 5 Security Technical Implementation Guide

Part of GEN001680

Associated with IA controls: ECLP-1

Associated with: CCI-000225

SV-37269r1_rule All system start-up files must be group-owned by root, sys, bin, other, or system.

Vulnerability discussion

If system start-up files do not have a group owner of root or a system group, the files may be modified by malicious users or intruders.

Check content

Fix text

Change the group ownership of the run control script(s) with incorrect group ownership. Procedure: # chgrp root # find /etc -name "[SK][0-9]*"|xargs stat -L -c %G:%n|egrep -v "^(root|sys|bin|other):"|cut -d: -f2|xargs chgrp 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