Create a <HOST_CONFIG>
folder that will contain all configuration files – for example:
mkdir /home/myuser/cagw/config
Run the following commands to make the folder files accessible to the predefined user and group with the 1339 identifier. For example:
chown -R :1339 /home/myuser/cagw/config
chmod -R g+rx /home/myuser/cagw/config
chmod -R g+s /home/myuser/cagw/config