This was my firewall before:
If you click the "+" button you can add Applications but it's more work to add a service that's located in a non-standard directory.
The service we want to add is coreaudiod (depending on OSX version a variety of letters can follow so in regex form coreaudio[a-z]). (source: https://plus.google.com/107604932326897342946/posts/7FgNmddTuef)
So perform a locate for coreaudio:
We want to "Allow incoming connections" for coreaudiod located at /usr/sbin/coreaudiod.
So we go back to our Firewall settings and click the "+" icon and navigate to the root. But even when we send a message to com.apple.finder to set "AppleShowAllFiles" to TRUE we don't see /usr in the root when trying to add a service to our Firewall's exception list.
The work around for this is to create an alias for /usr/sbin. Create a symbolic link using ln.






