Skip to content

Instantly share code, notes, and snippets.

@nicegraham
Created July 29, 2013 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicegraham/6108541 to your computer and use it in GitHub Desktop.
Save nicegraham/6108541 to your computer and use it in GitHub Desktop.
https://travis-ci.org/ios-driver/ios-driver/builds/9625276
$ grep -A 10 system.privilege.taskport /etc/authorization
<key>system.privilege.taskport</key>
<dict>
<key>allow-root</key>
<true/>
<key>class</key>
<string>user</string>
<key>comment</key>
<string>Used by task_for_pid(...).
Task_for_pid is called by programs requesting full control over another program
for things like debugging or performance analysis. This authorization only applies
if the requesting and target programs are run by the same user; it will never
--
<key>system.privilege.taskport.debug</key>
<dict>
<key>allow-root</key>
<true/>
<key>class</key>
<string>rule</string>
<key>comment</key>
<string>For use by Apple. WARNING: administrators are advised
not to modify this right.</string>
<key>default-button</key>
<dict>
--
<key>system.privilege.taskport.safe</key>
<dict>
<key>class</key>
<string>allow</string>
<key>comment</key>
<string>For use by Apple.</string>
<key>default-button</key>
<dict>
<key>ar</key>
<string>التحكم</string>
<key>ca</key>
$ mvn test
2013-07-29 15:36:28.414:INFO::Started SelectChannelConnector@0.0.0.0:4444
36:45:071 WARNING DefaultCommandListener.stderr Failed to authorize rights (0x20) with status: -60007.
36:45:095 WARNING DefaultCommandListener.stderr 2013-07-29 15:36:45.071 instruments[739:707] Failed to connect to local pid watcher service: (os/kern) failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment