IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: How to Confirm KEXTs are Installed and Loaded Successfully on MacOS

App Control: How to Confirm KEXTs are Installed and Loaded Successfully on MacOS

Environment

  • App Control Agent (formerly CB Protection): All Supported Versions
  • Apple MacOS: All Supported Versions

Objective

Confirm if KEXTs are installed and loaded in the operating system
 

Resolution

  1. Open a Terminal Window
  2. Run the following commands:
  • Run the following command to confirm if the KEXTs are installed
kextstat | grep -s com.bit9
  • Run the following command to confirm if the KEXT are loaded
kextfind -case-insensitive -bundle-id -substring 'com.bit9' -print
  1. If kexts are not loaded run the following command
sudo kextload /path/to/kext.kext

Additional Notes

  • If the kexts are not installed or loaded correctly the agent endpoint will be 'Unprotected'  
  • If any kexts are missing, the product must be reinstalled

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎10-30-2020
Views:
1312
Contributors