SV-215177r508663_rule
V-215177
SRG-OS-000104-GPOS-00051
AIX7-00-001010
CAT I
10
For every user who has "SYSTEM=NONE", run the following command to set their "SYSTEM" value to "compat":
# chuser SYSTEM=compat [user_name]
Examine the "SYSTEM" attribute values for all users in the "/etc/security/user" file by running the following command:
# lsuser -a SYSTEM ALL
The above command should yield the following output:
root SYSTEM=compat
daemon SYSTEM=compat
bin SYSTEM=compat
sys SYSTEM=compat
If the command displays SYSTEM=NONE for a user, this is a finding.
V-215177
False
AIX7-00-001010
Examine the "SYSTEM" attribute values for all users in the "/etc/security/user" file by running the following command:
# lsuser -a SYSTEM ALL
The above command should yield the following output:
root SYSTEM=compat
daemon SYSTEM=compat
bin SYSTEM=compat
sys SYSTEM=compat
If the command displays SYSTEM=NONE for a user, this is a finding.
M
4012