YNAB tree logoAustralian flag
It looks like you're located in Australia.
We have an Australian version of our website.

Please confirm your location and we’ll send you to the appropriate site!

Ulp.txt

sudo nano /etc/security/ULP.txt Add the following line:

When a process requests a capability, the Linux kernel checks the ULP.txt file to determine if the capability is allowed for unprivileged processes. If the capability is listed in the file, the kernel grants it to the process. If not, the kernel denies the request. ULP.txt

Suppose you want to allow an unprivileged process to change the owner of a file. You can add the cap_chown capability to the ULP.txt file: sudo nano /etc/security/ULP

cap_chown Save and exit the editor. The changes will take effect after restarting the system or reloading the ULP.txt configuration. ULP.txt