xcode - Apple Sandboxing technology-- How to grant/deny hardware access -


sandbox-exec agreat utility on mac os systems, similar apparmor on linux systems.

i run using standard command line format: sandbox-exec -f profile_file my_bin_app.

my question is: how grant application access system hardware resources in sandbox profile file, camera, bluetooth, or microphone (may other things well), in way that's similar xcode entitlements accessing systems resources when developing own app on mac.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -