From ea9034ae516f6cb0c98f9182bed743c1e1ec5043 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 15 Jul 2020 11:36:43 -0400 Subject: [PATCH] Ensure Non-root user is running all processes Issue-ID: AAI-2822 Signed-off-by: wr148d Change-Id: I909af84510bbdcc0e1514dc33b97d3b948b3d90b --- aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg index 8a4001e9..a8da55c5 100644 --- a/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg +++ b/aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg @@ -2,8 +2,8 @@ global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s - user root - group root + user haproxy + group haproxy daemon ################################# # Default SSL material locations# -- 2.16.6