Posted on
09-07-2016
03:36 AM
- last edited
yesterday
by
kh-richa_mig
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
Posted on 09-07-2016 05:23 AM
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
Posted on 09-07-2016 05:50 AM
thx ^^