The root account must be the only account with GID of 0.

From SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE

Part of GEN000000-SOL00440

Associated with IA controls: IAIA-2, IAIA-1

Associated with: CCI-000225 CCI-000764

SV-12534r2_rule The root account must be the only account with GID of 0.

Vulnerability discussion

Accounts with a GID of 0 have root group privileges.

Check content

Check passwd and group files for non-root user ids and group ids with a GID of 0. # more /etc/passwd # more /etc/group OR # awk -F: '$4 == 0' /etc/passwd # awk -F: '$3 == 0' /etc/group Confirm the only account with a group id of 0 is root. If the root account is not the only account with GID of 0, this is a finding.

Fix text

Change the default GID of non-root accounts to a valid GID other than 0.

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