Firewall rights to non-privileged User

tspitzer
New Contributor

Hi all,

is it possible so give non-privileged User the right so add programs to the whitelist. Our clients work with pyenv and with every new env the User needs to allow the access.

greetz

2 REPLIES 2

Key1
New Contributor III

For the OS firewall you could write a script that asks for the app name and adds it to the firewall using /usr/libexec/ApplicationFirewall/socketfilterfw.

K

tspitzer
New Contributor

thx ^^