Sorry, didn't read the complete installl doc ;)

Running func client as non-root

Generally it's recommended to do as much of your work as possible as non-root. To allow user access to the certificates necessary to run func, run these commands as root, replacing MYUSER with the name of your normal login.
setfacl -d -R -m 'u:MYUSER:rX' /etc/pki/func/
setfacl -R -m 'u:MYUSER:rX' /etc/pki/func/
>From now on you can run /usr/bin/func as an ordinary user, and also execute Python scripts which import func.
Hi,

I've currently build a web interface using django and want to run the web part as another user than root. How can I run my scripts without root rights, is this possible?

Thanks for pointing me to a solution.

tinti


_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to