semaphore - How to enable ipc-sysv-sem in Mac Sandboxing? -


i need use ipc system v semaphores (ipc-sysv-sem) in mac application. however, mac sandboxing not allow usage. obtain (in mac console):

27/06/14 12:17:50,000 kernel[0]: sandbox: myapp(69513) deny ipc-sysv-sem 

does how accept ipc system v semaphores in mac sandboxed application?

many thanks!

apple says it's not possible: https://developer.apple.com/library/mac/documentation/security/conceptual/appsandboxdesignguide/appsandboxindepth/appsandboxindepth.html#//apple_ref/doc/uid/tp40011183-ch3-sw24

you can use posix semaphores, though.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -