diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-16 12:00:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-16 12:03:28 +0200 |
commit | d04298dd73a618ed27504cf6af584107c646451b (patch) | |
tree | 148bdfa5fa33d0e93655c4e51a2c1f2c94b683e1 /lo.xcent.in | |
parent | f9685dc555cc79fe3a52caf9da39df37da750cd4 (diff) |
Add network and Bluetooth entitlements
Change-Id: Ibf718c3ecaea14ddbd48a8642c179dd8657779ce
Diffstat (limited to 'lo.xcent.in')
-rw-r--r-- | lo.xcent.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lo.xcent.in b/lo.xcent.in index 46ee9ab923cd..8e9451c09ec0 100644 --- a/lo.xcent.in +++ b/lo.xcent.in @@ -8,6 +8,12 @@ <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> + <key>com.apple.security.network.client</key> + <true/> + <key>com.apple.security.network.server</key> + <true/> + <key>com.apple.security.device.bluetooth</key> + <true/> <!-- usb needed for the apple_remote thingie... --> <key>com.apple.security.device.usb</key> <true/> |