Skip to content

Instantly share code, notes, and snippets.

@t-lark
Created October 16, 2019 23:40
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save t-lark/7fa2896a0dd9135025fc2c309599b907 to your computer and use it in GitHub Desktop.
Save t-lark/7fa2896a0dd9135025fc2c309599b907 to your computer and use it in GitHub Desktop.
FDA for CS Falcon Config Profile
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Allows CrowdStrike Falcon Sensor disk access</string>
<key>PayloadDisplayName</key>
<string>CrowdStrike Sensor Access</string>
<key>PayloadIdentifier</key>
<string>com.company.sensor.A3B7521C-EEA7-11E9-A8DF-ACDE48001122</string>
<key>PayloadOrganization</key>
<string>Your Company</string>
<key>PayloadType</key>
<string>com.apple.TCC.configuration-profile-policy</string>
<key>PayloadUUID</key>
<string>A3B7521C-EEA7-11E9-A8DF-ACDE48001122</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Services</key>
<dict>
<key>SystemPolicyAllFiles</key>
<array>
<dict>
<key>Allowed</key>
<true/>
<key>CodeRequirement</key>
<string>identifier falcond and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = X9E956P446</string>
<key>Comment</key>
<string>Allow SystemPolicyAllFiles control for falcond</string>
<key>Identifier</key>
<string>/Library/CS/falcond</string>
<key>IdentifierType</key>
<string>path</string>
</dict>
</array>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>Allows CrowdStrike Falcon Sensor disk access</string>
<key>PayloadDisplayName</key>
<string>CrowdStrike Sensor Access</string>
<key>PayloadIdentifier</key>
<string>com.company.sensor</string>
<key>PayloadOrganization</key>
<string>Your Company</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>system</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>A3B97145-EEA7-11E9-AFF8-ACDE48001122</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment