Skip to content

Instantly share code, notes, and snippets.

@saghul
Created April 17, 2014 10:00
Show Gist options
  • Save saghul/10970277 to your computer and use it in GitHub Desktop.
Save saghul/10970277 to your computer and use it in GitHub Desktop.
Entitlement to use POSIX semaphores on OSX with Sandboxing
<key>com.apple.security.temporary-exception.sbpl</key>
<string>
(begin
(allow ipc-posix-sem))
</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment