CrowdStrike - Jamf Pro Instructions
CrowdStrike - Jamf Pro Instructions
CrowdStrike - Jamf Pro Instructions
Falcon sensor for Mac version 6.11 and later requires these host authorizations to be specified in a profile:
Authorization for the Falcon system extension, which is required for hosts running macOS Big Sur 11.0 and later. Apple requires system
extensions to be approved before they can be loaded.
Configuration for the Falcon network filter extension, which is required for hosts running macOS Big Sur 11.0 and later.
Full Disk Access (FDA) to Falcon. This is a requirement, the Falcon sensor enters Reduced Functionality Mode (RFM) if this is not
enabled. See Reduced functionality mode: Mac hosts.
For improved security and privacy, Apple doesn't allow profiles to be deployed outside of an MDM solution. We strongly recommend you use
an MDM solution to distribute the profile to your endpoints prior to the deployment process. If you don't use an MDM solution to
distribute the necessary profile to endpoints prior to installation or upgrade to sensor version 6.11 and later, multiple
authentication confirmations from the OS occur on the host and must manually be approved. See Alternate installation method:
Installing without using an MDM to sync profiles.
These authorizations are only required once. Subsequent upgrades using the built-in upgrade functionality of the sensor will not require
additional confirmation approvals on the host.
Use one of these MDM profile options, depending on the endpoint's processor:
Use the CrowdStrike provided profile: We provide a profile with all necessary authorizations for endpoints on Intel processors or Apple
silicon processors (M1, M1 Pro, and M1 Max).
Create your own profile: Refer to the necessary profile parameters to create your own profile.
For endpoints on Intel or M1 processors, we provide a profile with all necessary authorizations to properly run the sensor on all
supported versions of macOS. We strongly recommend you use an MDM solution to distribute the profile to your endpoints prior to the
deployment process. You can upload this profile to an MDM server and push it out to all endpoints. This profile is also backwards compatible
with sensor versions earlier than 6.11 so you can deploy it any time prior to installing or upgrading to sensor version 6.1x.
Download the MDM profile from the attachment in the CrowdStrike Customer Center article.
When creating your own profile, you must specify MDM properties to approve the needed macOS extensions and to approve full disk
access.
Payload: SystemExtensions
Property Value
AllowUserOverrides true
Payload: com.apple.servicemanagement
Note: This payload is for Ventura and later.
Property Value
Rules Array [
{Key:RuleType,Value:BundleIdentifier,
Key:RuleValue,Value:com.crowdstrike.falcon.UserAg
ent},
{Key:RuleType,Value:TeamIdentifier,
Key:RuleValue,Value:X9E956P446}
Payload: WebContentFilter
Property Value
FilterDataProviderBundleIdentifier com.crowdstrike.falcon.Agent
FilterGrade inspector
FilterPackets false
FilterSockets true
FilterType Plugin
PluginBundleID com.crowdstrike.falcon.App
Approving Full Disk Access for the Falcon sensor is a requirement, the Falcon sensor enters Reduced Functionality Mode (RFM) if this is
not enabled. See Reduced functionality mode: Mac hosts.
To approve Full Disk Access, use the Privacy Preferences Policy Control payload with a SystemPolicyAllFiles property and specify this
information in XML format:
1 <dict>
2 <key>SystemPolicyAllFiles</key>
3 <array>
4 <dict>
5 <key>Allowed</key>
6 <true/>
7 <key>CodeRequirement</key>
8 <string>identifier "com.crowdstrike.falcon.Agent" and anchor apple generic and certificate 1[field.1.2.840.11
9 <key>Comment</key>
10 <string></string>
11 <key>Identifier</key>
12 <string>com.crowdstrike.falcon.Agent</string>
13 <key>IdentifierType</key>
14 <string>bundleID</string>
15 <key>StaticCode</key>
16 <false/>
17 </dict>
18 <dict>
19 <key>Allowed</key>
20 <true/>
21 <key>CodeRequirement</key>
22 <string>identifier "com.crowdstrike.falcon.App" and anchor apple generic and certificate 1[field.1.2.840.1136
23 <key>Comment</key>
24 <string></string>
25 <key>Identifier</key>
26 <string>com.crowdstrike.falcon.App</string>
27 <key>IdentifierType</key>
28 <string>bundleID</string>
29 <key>StaticCode</key>
30 <false/>
31 </dict>
32 </array>
33 </dict>