SV-215333r508663_rule
V-215333
SRG-OS-000312-GPOS-00124
AIX7-00-003020
CAT II
10
Run the following command to turn on the all parts of Trusted Execution (TE):
# trustchk -p TE=on CHKEXEC=on CHKKERNEXT=on
Run the following command to show the current status of the "TE", "CHKEXEC", and "CHKKERNEXT" on the system:
# trustchk -p 2>&1 | egrep -e "TE=|CHKEXEC|CHKKERNEXT"
The above command should yield the following output:
TE=ON
CHKEXEC=ON
CHKKERNEXT=ON
If "TE", "CHKEXEC", or "CHKKERNEXT" is "OFF", this is a finding.
V-215333
False
AIX7-00-003020
Run the following command to show the current status of the "TE", "CHKEXEC", and "CHKKERNEXT" on the system:
# trustchk -p 2>&1 | egrep -e "TE=|CHKEXEC|CHKKERNEXT"
The above command should yield the following output:
TE=ON
CHKEXEC=ON
CHKKERNEXT=ON
If "TE", "CHKEXEC", or "CHKKERNEXT" is "OFF", this is a finding.
M
4012