This commit is contained in:
Tudor Dobrila 2020-02-19 20:28:04 -08:00
parent 3119273924
commit 02242dc549
2 changed files with 4 additions and 3 deletions

View File

@ -68,8 +68,9 @@ There are several ways to uninstall Microsoft Defender ATP for Linux. If you are
### Manual uninstallation ### Manual uninstallation
- ```sudo apt-get purge mdatp``` for Debian and Ubuntu systems - ```sudo yum remove mdatp``` for RHEL and variants(CentOS and Oracle EL)
- ```sudo yum remove mdatp``` for RHEL, Oracle Linux, and CentOS based systems - ```sudo zypper remove mdatp``` for SLES and variants
- ```sudo apt-get purge mdatp``` for Ubuntu and Debian systems
## Configuring from the command line ## Configuring from the command line

View File

@ -59,7 +59,7 @@ In general you need to take the following steps:
- Oracle Enterprise Linux 7 - Oracle Enterprise Linux 7
- Minimum kernel version 2.6.38 - Minimum kernel version 2.6.38
- The *fanotify* kernel option must be enabled - The `fanotify` kernel option must be enabled
- Disk space: 650 MB - Disk space: 650 MB
After you've enabled the service, you may need to configure your network or firewall to allow outbound connections between it and your endpoints. After you've enabled the service, you may need to configure your network or firewall to allow outbound connections between it and your endpoints.