SV-256961r961461_rule
V-256961
SRG-APP-000380-WSR-000072
APWS-AT-000780
CAT II
10
As a System Administrator for each Automation Controller NGINX web server host, modify the file permissions for the web server components require privileged access:
chmod -R 644 /etc/nginx && chown -R nginx /etc/nginx
As a System Administrator for each Automation Controller NGINX web server host, check that the file permissions for the web server components require privileged access:
$ [ `find /etc/nginx -type f -not -perm 644 | wc -l` -gt 0 ] && echo "FAILED"
If "FAILED" is displayed, this is a finding.
V-256961
False
APWS-AT-000780
As a System Administrator for each Automation Controller NGINX web server host, check that the file permissions for the web server components require privileged access:
$ [ `find /etc/nginx -type f -not -perm 644 | wc -l` -gt 0 ] && echo "FAILED"
If "FAILED" is displayed, this is a finding.
M
5535