Skip to content

Commit

Permalink
rpcserver: add entitlements for airplane mode
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Feb 15, 2022
1 parent d12a848 commit 37ec97e
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions src/ents.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,44 @@
<dict>
<key>application-identifier</key>
<string>com.cyber.rpcserver</string>
<key>platform-application</key>
<true/>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.wlan.authentication</key>
<true/>
<true/>
<key>com.apple.wifi.manager-access</key>
<true/>
<true/>
<key>task_for_pid-allow</key>
<true/>
<true/>
<key>com.apple.private.tcc.allow</key>
<array>
<string>kTCCServiceMicrophone</string>
<string>kTCCServiceCamera</string>
<string>kTCCServiceMicrophone</string>
<string>kTCCServiceCamera</string>
</array>
<key>com.apple.security.device.audio-input</key>
<true/>
<true/>
<key>com.apple.security.device.microphone</key>
<true/>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<true/>
<key>com.apple.security.personal-information.addressbook</key>
<true/>
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<true/>
<key>com.apple.security.personal-information.photos-library</key>
<true/>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
<true/>
<key>com.apple.SystemConfiguration.SCDynamicStore-write-access</key>
<true/>
<key>com.apple.SystemConfiguration.SCPreferences-write-access</key>
<array>
<string>com.apple.AutoWake.xml</string>
<string>preferences.plist</string>
<string>com.apple.radios.plist</string>
</array>
</dict>
</plist>

0 comments on commit 37ec97e

Please sign in to comment.