Skip to content

Instantly share code, notes, and snippets.

@n8felton
Created July 6, 2016 01:39
Show Gist options
  • Select an option

  • Save n8felton/ee310bfe69d2f51c63290cfa1e63b1c6 to your computer and use it in GitHub Desktop.

Select an option

Save n8felton/ee310bfe69d2f51c63290cfa1e63b1c6 to your computer and use it in GitHub Desktop.
Default system.preferences.printing authorization policy
<?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>allow-root</key>
<true/>
<key>authenticate-user</key>
<true/>
<key>class</key>
<string>user</string>
<key>comment</key>
<string>Checked by the Admin framework when making changes to the Printing preference pane.</string>
<key>created</key>
<real>446484454.12658602</real>
<key>group</key>
<string>admin</string>
<key>modified</key>
<real>446484454.12658602</real>
<key>session-owner</key>
<false/>
<key>shared</key>
<true/>
<key>timeout</key>
<integer>2147483647</integer>
<key>tries</key>
<integer>10000</integer>
<key>version</key>
<integer>0</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment