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
Post a Comment