SV-256948r960963_rule
V-256948
SRG-APP-000141-WSR-000078
APWS-AT-000290
CAT II
10
As a System Administrator for each Automation Controller NGINX web server, reinstall Automation Controller if no "nginx" users exist in /etc/passwd.
Review all users enumerated in /etc/passwd, and remove any that are not attributable to RHEL or Automation Controller and/or organizationally disallowed.
As a System Administrator for each Automation Controller NGINX web server, examine NGINX users in /etc/passwd.
Verify a single user "nginix" exists using the command:
[ `grep -c nginx /etc/passwd` == 1 ] || echo FAILED
If "FAILED" is displayed, this is a finding.
V-256948
False
APWS-AT-000290
As a System Administrator for each Automation Controller NGINX web server, examine NGINX users in /etc/passwd.
Verify a single user "nginix" exists using the command:
[ `grep -c nginx /etc/passwd` == 1 ] || echo FAILED
If "FAILED" is displayed, this is a finding.
M
5535