Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 287 Bytes

File metadata and controls

8 lines (6 loc) · 287 Bytes

Privileged Accounts

Linux historically uses the wheel group to as an administrators group. SIMP makes use of the sudoers file with more granular group permissions. The PAM module enforces that only the root user is in the wheel group.

References: AC-6 (5)