This commit is contained in:
Tudor Dobrila
2020-02-19 20:35:03 -08:00
parent 02242dc549
commit 0197775aca

View File

@ -25,6 +25,7 @@ This topic describes how to install, configure, update, and use Microsoft Defend
> [!CAUTION]
> Running other third-party endpoint protection products alongside Microsoft Defender ATP for Linux is likely to lead to performance problems and unpredictable side effects.
## How to install Microsoft Defender ATP for Linux
### Prerequisites
@ -33,6 +34,15 @@ This topic describes how to install, configure, update, and use Microsoft Defend
- Beginner-level experience in Linux and BASH scripting
- Administrative privileges on the device (in case of manual deployment)
### Known Issues
- Logged on users do not appear in the ATP portal
- In SUSE distributions, if installation of *libatomic1* fails, validate that your OS is registered:
```bash
$ sudoSUSEConnect --status-text
```
### Installation instructions
There are several methods and deployment tools that you can use to install and configure Microsoft Defender ATP for Linux.
@ -109,15 +119,6 @@ Microsoft regularly publishes software updates to improve performance, security,
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md).
## Known Issues
- Logged on users do not appear in the ATP portal
- In SUSE distributions, if installation of *libatomic1* fails, validate that your OS is registered:
```bash
$ sudoSUSEConnect --status-text
```
## Resources
- For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.