Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>PayloadContent</key>
  6. <array>
  7. <dict>
  8. <key>PayloadDescription</key>
  9. <string>This profile allows Allow Control mode when starting Apple Remote Management via kickstart</string>
  10. <key>PayloadDisplayName</key>
  11. <string>Privacy Settings Whitelist - Apple Remote Management</string>
  12. <key>PayloadIdentifier</key>
  13. <string>com.company.appleremotemanagement.tcc.privacy.whitelist.220EF6C5-D07A-11E8-ADF6-D0817ADA38E4</string>
  14. <key>PayloadOrganization</key>
  15. <string>Company Name</string>
  16. <key>PayloadType</key>
  17. <string>com.apple.TCC.configuration-profile-policy</string>
  18. <key>PayloadUUID</key>
  19. <string>220EF6C5-D07A-11E8-ADF6-D0817ADA38E4</string>
  20. <key>PayloadVersion</key>
  21. <integer>1</integer>
  22. <key>Services</key>
  23. <dict>
  24. <key>PostEvent</key>
  25. <array>
  26. <dict>
  27. <key>Allowed</key>
  28. <true/>
  29. <key>CodeRequirement</key>
  30. <string>identifier "com.apple.screensharing.agent" and anchor apple</string>
  31. <key>Comment</key>
  32. <string>Allow PostEvent control for ScreensharingAgent</string>
  33. <key>Identifier</key>
  34. <string>com.apple.screensharing.agent</string>
  35. <key>IdentifierType</key>
  36. <string>bundleID</string>
  37. </dict>
  38. </array>
  39. </dict>
  40. </dict>
  41. </array>
  42. <key>PayloadDescription</key>
  43. <string>This profile allows Allow Control mode when starting Apple Remote Management via kickstart</string>
  44. <key>PayloadDisplayName</key>
  45. <string>Privacy Settings Whitelist - Apple Remote Management</string>
  46. <key>PayloadIdentifier</key>
  47. <string>com.company.appleremotemanagement.tcc.privacy.whitelist</string>
  48. <key>PayloadOrganization</key>
  49. <string>Company Name</string>
  50. <key>PayloadRemovalDisallowed</key>
  51. <false/>
  52. <key>PayloadScope</key>
  53. <string>system</string>
  54. <key>PayloadType</key>
  55. <string>Configuration</string>
  56. <key>PayloadUUID</key>
  57. <string>221000F0-D07A-11E8-811E-D0817ADA38E4</string>
  58. <key>PayloadVersion</key>
  59. <integer>1</integer>
  60. </dict>
  61. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement