Indeed, I just noticed the policy file pgld/org.netfilter.pgl.conf, so It seems you...
Yeah, of course I realise that. That's why I noted the shell script security link...
Take a look here, this info is pretty interesting: https://developer.apple.com/library/mac/documentation/OpenSource/Conceptual/ShellScripting/ShellScriptSecurity/ShellScriptSecurity.html...
Hi! 1) Using absoulte paths prevents executing arbitrary binaries if $PATH is modified....
Oh, I forgot to mention that you should use absolute paths when scripting. For instance:...
Hello! Try to always sorround shell variables when shell expansion is not needed...
Hello! I think that maybe the solution is a bit messy. As you are already using dbus,...
Hi! You can do couple of things here: 1.- Do not create the file in /tmp. If you...