When running Linux job from WA Agent, the job fails with these error messages.
touch: cannot touch ???/home/user1/somefile???: Permission denied
ls: cannot open directory /home: Permission denied
Release : 12
Component : WA Agent
OS: Linux
When WA agent is started from systemctl or at reboot, it couldn't access /home and /root.
The systemctl startup script has these settings:
ProtectSystem=full
ProtectHome=yes
Remove or comment out theses parameters from init / start script that starts the WA Agent.
ProtectSystem=full
ProtectHome=yes