Skip to main content

SentinelOne Deployment (macOS)

Description

SentinelOne is a cybersecurity company that specializes in endpoint security and threat intelligence. They provide a platform for autonomous endpoint protection that uses AI and machine learning to prevent, detect, and respond to a wide range of security threats, including malware, ransomware, and other cyberattacks.

This recipe will guide on how to setup and deploy to your macOS devices.

Upgrading SentinelOne on macOS Clients is not done the same way as it's initial deployment. We have edited the Installation script to identify if the client already has SentinelOne installed and run the following command to upgrade instead of going the normal install route:  sentinelctl upgrade-pkg PKG_pathname

To deploy the upgraded SentinelOne Client to devices, simply create a new revision, upload the new PKG to the Fileset, and change the file name references in the install script.

Ingredients

Directions

Editing the Fileset:

sentinelctl upgrade-pkg PKG_pathname
  1. Download and import the SentinelOne Fileset into FileWave Central (we'll handle the Profiles later)
  2. In a text editor, create a plain text file named com.sentinelone.registration-token that contains only your Site/Group Token

    Screenshot 2025-01-15 at 11.22.14 AM.png


  3. Open the imported Fileset and replace the files under /usr/local/etc/FileWaveInstallers/SentinelOne with your registration token file and SentinelOne PKG.

    Make sure the token file ownership is set to root:staff. You can change the ownership by selecting the file > Get Info > Ownership

    The "com.sentinelone.registration-token" plaintext file must also be extension-less in the fileset and will not work if the file has a .txt extension at the end of the file name.  If your filename ends in a ".txt" this can be removed/edited by right-clicking on the file in the fileset > "Rename".


    Before: After:

    Screenshot 2025-04-09 at 3.15.42 PM.png

    Screenshot 2025-04-09 at 3.19.27 PM.png


    Now we need to edit the install script so it points to the uploaded installer.

  4. In Admin, select the SentinelOne Fileset and then select 'Scripts' in the toolbar.
  5. Edit the Activation Script 'Instal_SentinelOne.sh'. You will need to change the name of the PKG to what you have uploaded. Click OK to save. 
    Before: After: Your installer's name will be different
    Screenshot 2025-04-09 at 4.27.11 PM.png Screenshot 2025-04-09 at 4.19.44 PM.png
    Now we need to import the four Profiles to allow the installer the access and permissions it needs

  6. Import the Profiles that were downloaded with the Fileset. To do so, just drag and drop the Profiles into FileWave Central. 

    Video: Importing Profiles

    Profile Metadata shown below

We're all set! Now create a Deployment with the Fileset and four Profiles.
The Fileset contains a script that will only allow the Installation once all four Profiles have been installed. It is normal to see a Fileset failure the first try. It will keep trying until profiles have installed. 


The check_profile script logs each attempt and why it either failed or succeeded. You can see this log by right-clicking on the script in Client Info>Fileset Status. Select the Fileset in the list and the script status will show on the right. Right-click to see script output.Screenshot 2025-04-09 at 3.30.03 PM.png
Screenshot 2025-04-09 at 3.34.09 PM.png
You'll notice that the script exited successfully (exit 0) once all the Profiles were found. The profiles are identified by their Profile ID. You can find this by double-clicking on the Profile in the Filesets view.

Profile Metadata

Service Management Profile

Service Management Profile

SentinelOne_ServiceManagementProfile.png

Privacy Control Configuration Profile

TCC Profile

SentinelOne_TCCProfile01.pngSentinelOne_TCCProfile02.png

Network System Extension Profile

Team Identifier: 4AYE5J54KN

Allowed System Extensions: com.sentinelone.network-monitoring

System Extension Profile

SentinelOne_SystemExtensionProfile.png

Web Content Filter Profile

Network Filter Profile

SentinelOne_WebContentFilterProfile.png