- Cylance Endpoint Security requirements
- Requirements: Cylance console
- Requirements: CylancePROTECT Desktop
- Requirements: CylanceOPTICS
- Requirements: CylancePROTECT Mobile app
- Requirements: BlackBerry Connectivity Node
- Requirements: CylanceGATEWAY Connector
- Requirements: CylanceGATEWAY agents
- Requirements: CylanceAVERT
- Cylance Endpoint Security network requirements
- Cylance Endpoint Security proxy requirements
- Logging in to the management console
- Configuring a new Cylance Endpoint Security tenant
- Installing the BlackBerry Connectivity Node
- Linking to your company directory
- Setting up administrators
- Adding users and devices
- Enrolling CylancePROTECT Mobile and CylanceGATEWAY users
- Setting up zones to manage CylancePROTECT Desktop and CylanceOPTICS
- Setting up CylancePROTECT Desktop
- Testing your CylancePROTECT Desktop deployment
- Using device policies to manage CylancePROTECT Desktop devices
- Installing the CylancePROTECT Desktop agent for Windows
- Installing the CylancePROTECT Desktop agent for macOS
- Installing the CylancePROTECT Desktop agent for Linux
- Require users to provide a password to remove the CylancePROTECT Desktop and CylanceOPTICS agents
- Setting up CylancePROTECT Mobile
- Setting up CylanceOPTICS
- Setting up CylanceGATEWAY
- Defining your private network
- Setting up the CylanceGATEWAY Connector
- Install the CylanceGATEWAY Connector to a vSphere environment
- Install the CylanceGATEWAY Connector to an ESXi environment
- Prerequisites to install CylanceGATEWAY Connector to a Microsoft Entra ID environment
- Install the CylanceGATEWAY Connector to a Microsoft Entra ID environment
- Install the CylanceGATEWAY Connector to a Hyper-V environment
- Install the CylanceGATEWAY Connector to an AWS environment
- Configure the CylanceGATEWAY Connector in the VM environment
- Access the CylanceGATEWAY Connector using OpenSSH
- Configure your firewall for the CylanceGATEWAY Connector
- Enroll the CylanceGATEWAY Connector with the BlackBerry Infrastructure
- View details for an enrolled CylanceGATEWAY Connector
- Configure the CylanceGATEWAY Connector
- Managing CylanceGATEWAY Connectors
- Manage CylanceGATEWAY Connectors
- Update a CylanceGATEWAY Connector
- UDP connectivity test responses
- Specify your private network
- Specify your private DNS
- Specify your DNS suffixes
- Specify private CylanceGATEWAY agent IP ranges
- Bring your own IP addresses (BYOIP)
- Setting up the CylanceGATEWAY Connector
- Network Address Translation with CylanceGATEWAY
- Define network services
- Controlling network access
- Configuring network protection
- Searching ACL rules and Network Services
- Using source IP pinning
- Configuring the Gateway service options
- Gateway Service policy parameters
- Configure Gateway service options
- Specifying how devices activated with an EMM solution use the CylanceGATEWAY tunnel
- Specify which apps use CylanceGATEWAY on iOS devices
- Specify which apps use CylanceGATEWAY on iOS devices in a Microsoft Intune environment
- Specify CylanceGATEWAY options on Android Enterprise devices
- Specify CylanceGATEWAY options on Chromebook devices
- Specify CylanceGATEWAY options on Android Enterprise devices in your Microsoft Intune environment
- Connecting Cylance Endpoint Security to MDM solutions to verify whether devices are managed
- Installing the CylanceGATEWAY agent
- Defining your private network
- Setting up CylanceAVERT
- Managing updates for the CylancePROTECT Desktop and CylanceOPTICS agents
- Connecting Cylance Endpoint Security to external services
- Appendix: Best practices for deploying CylancePROTECT Desktop on Windows virtual machines
Manually update the Linux driver
Linux
driverWhen you upgrade the kernel on your
Linux
device, you must make sure that the device is running a driver that supports it. When a Linux
distribution releases a kernel update, BlackBerry
creates an updated Linux
driver package and makes it available from the management console. A driver update package is only available if there is a more up-to-date version than the one included in the agent release. BlackBerry
recommends that you upgrade to agent version 3.1 or later, which enables a feature that allows the agent to automatically update the Linux
driver after an updated kernel is detected, as soon as it becomes available. If you are running agent versions 3.0 or 2.1.1590, or you choose not to use the Auto-Update Linux
Driver feature, you must manually install a supported driver for the Linux
kernel. You can use tools and methods from your organization to deploy the compatible drivers to your devices.- Verify that you have root or sudo permissions.
- In the management console, on the menu bar, clickSettings > Deployments.
- In theProductlist, selectCylancePROTECT Driver.
- In theOSlist, select the operating system that you want to download the driver for.
- In theVersionlist, select the version of the driver.
- In theFormatlist, select the format of the driver.
- ClickDownload.
- To upgrade the RPM package, use one of the following commands :Paste both drivers in the same command line and replace "xx" with the package version number:DistributionCommandsOracle6,OracleUEK 6rpm -Uvh CylancePROTECTOpenDriver-xx.el6.noarch.rpm CylancePROTECTDriver-xx.el6.noarch.rpmCentOS7, RHEL 7,Oracle7,OracleUEK 7rpm -Uvh CylancePROTECTOpenDriver-xx.el7.x86_64.rpm CylancePROTECTDriver-xx.el7.x86_64.rpmAmazonLinux2rpm -Uvh CylancePROTECTOpenDriver-xx.amzn2.x86_64.rpm CylancePROTECTDriver-xx.amzn2.x86_64.rpmSUSELinuxEnterprise Serverrpm -Uvh CylancePROTECTOpenDriver-xx.x86_64.rpm CylancePROTECTDriver-xx.x86_64.rpmSupported 32-bitUbuntuand Xubuntu distros
- Install the dependencies with the following command:apt-get update -y && apt-get install
- Install theCylancePROTECT Desktopdriver DEB packages with the following commands:dpkg -i cylance-protect-open-driver_xx_i386_32.deb dpkg -i cylance-protect-driver_xx_i386_32.deb
Supported 64-bitUbuntu, Xubuntu, and Debian distros- Install the dependencies with the following command:apt-get update -y && apt-get install
- Install theCylancePROTECT Desktopdriver DEB packages with the following commands:dpkg -i cylance-protect-open-driver_xx_amd64.deb dpkg -i cylance-protect-driver_xx_amd64.deb
- Restart the service with the following command:systemctl start cylancesvc.