diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-02 23:25:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-03 11:37:54 +0200 |
commit | 4783eea7269010910879ed3584b229d9492a2ddc (patch) | |
tree | f0fec979a9b1e256af32837a269eddec50503628 /lo.xcent.in | |
parent | 8517b6162e5531e733a0b2ffe8106873d8e0d082 (diff) |
Experiment with sandboxing
Change-Id: If491917069ef7c474c27190c4759dd75f025f032
Diffstat (limited to 'lo.xcent.in')
-rw-r--r-- | lo.xcent.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lo.xcent.in b/lo.xcent.in new file mode 100644 index 000000000000..5ed76f186d16 --- /dev/null +++ b/lo.xcent.in @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>com.apple.application-identifier</key> + <string>@MACOSX_BUNDLE_IDENTIFIER@</string> + <key>com.apple.security.app-sandbox</key> + <true/> + <key>com.apple.security.files.user-selected.read-write</key> + <true/> + <!-- usb needed for the apple_remote thingie... --> + <key>com.apple.security.device.usb</key> + <true/> +</dict> +</plist> |