...
By default, the /wpars directory requires 0700 permissions but the Uptime Agent is run as the "uptime" user, so it does not have access to the /wpars directory. Setting up an ACL for the /wpars using the following steps will get around this limitation.
- Open the ACL editor for the /wpars directory
Code Block |
---|
export EDITOR=/usr/bin/vi acledit /wpars |
...
- Change the extended permissions to permit the "uptime" user access to the directory. It should look something like this:
...
Code Block |
---|
extended permissions enabled permit --x u:uptime |
...