Skip to content

Commit

Permalink
update launchd entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 16, 2024
1 parent 824eac5 commit 1aa4d5f
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions RootHelperSample/launchdshim/launchdentitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
<!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.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.domain-extension</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.xpc.domain-extension</key>
<true/>
<key>com.apple.private.xpc.domain-extension.proxy</key>
Expand Down Expand Up @@ -44,22 +42,18 @@
<true/>
<key>com.apple.private.xpc.persona-manager</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.xpc.service-attach</key>
<true/>
<key>com.apple.private.xpc.service-configure</key>
<true/>
<key>platform-application</key>
<true/>
<key>get-task-allow</key>
<true/>
<key>task_for_pid-allow</key>
<true/>
<!-- <key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/> -->
<key>get-task-allow</key>
<true/>
<key>task_for_pid-allow</key>
<true/>
<key>com.apple.private.set-launch-type.internal</key>
<true/>
<key>com.apple.security.exception.mach-lookup.global-name</key>
Expand All @@ -75,8 +69,6 @@
<true/>
<key>com.apple.private.kernel.system-override</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.pmap.load-trust-cache</key>
<array>
<string>cryptex1.boot.os</string>
Expand Down

0 comments on commit 1aa4d5f

Please sign in to comment.