SV-256956r961131_rule
V-256956
SRG-APP-000233-WSR-000146
APWS-AT-000590
CAT II
10
As a System Administrator for each Automation Controller NGINX web server host, migrate the "/var/lib/awx/public" path onto a separate file system. No automated fix is available for this action.
Automation Controller serves static public content from the directory /var/lib/awx/public.
As a System Administrator for each Automation Controller NGINX web server host, verify that a separate file system/partition has been created for /var/lib/awx/public:
[[ $(sudo awk '$0~"/var/lib/awx/public" {print $2}' /etc/fstab) == "/var/lib/awx/public" ]] || echo "FAILED"
If "FAILED" is displayed, this is a finding.
V-256956
False
APWS-AT-000590
Automation Controller serves static public content from the directory /var/lib/awx/public.
As a System Administrator for each Automation Controller NGINX web server host, verify that a separate file system/partition has been created for /var/lib/awx/public:
[[ $(sudo awk '$0~"/var/lib/awx/public" {print $2}' /etc/fstab) == "/var/lib/awx/public" ]] || echo "FAILED"
If "FAILED" is displayed, this is a finding.
M
5535