An administrator is installing the Cortex XDR agent on a fleet of macOS endpoints running macOS Big Sur and later. The administrator notices that agent extensions are not automatically approved. Which deployment step must be completed to ensure full functionality without manual user intervention?
Trap 1: Disable SIP (System Integrity Protection) on all endpoints via…
Disabling SIP is insecure, not recommended, and not required for Cortex XDR agent deployments.
Trap 2: Modify the /etc/pam.d/authorization file prior to running the PKG…
Modifying PAM configuration files does not resolve modern macOS system extension approval requirements.
Trap 3: Run the installer using sudo privileges with the --force flag
The force flag bypasses certain checks but cannot automatically bypass macOS system extension security prompts.
- A
Deploy a Mobile Device Management (MDM) configuration profile containing the required system extension and network filter payloads
Apple requires an MDM configuration profile to silently approve kernel/system extensions and network filters.
- B
Disable SIP (System Integrity Protection) on all endpoints via Recovery Mode
Why wrong: Disabling SIP is insecure, not recommended, and not required for Cortex XDR agent deployments.
- C
Modify the /etc/pam.d/authorization file prior to running the PKG installer
Why wrong: Modifying PAM configuration files does not resolve modern macOS system extension approval requirements.
- D
Run the installer using sudo privileges with the --force flag
Why wrong: The force flag bypasses certain checks but cannot automatically bypass macOS system extension security prompts.