Merge pull request #3161 from MicrosoftDocs/user/tudobril/linux-ga-patch

Update Linux GA with latest release
This commit is contained in:
Tina Burden 2020-06-25 08:06:20 -07:00 committed by GitHub
commit 3d142e78af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -68,11 +68,7 @@ In order to preview new features and provide early feedback, it is recommended t
- Install the Microsoft GPG public key: - Install the Microsoft GPG public key:
```bash ```bash
curl https://packages.microsoft.com/keys/microsoft.asc > microsoft.asc sudo rpm --import http://packages.microsoft.com/keys/microsoft.asc
```
```bash
sudo rpm --import microsoft.asc
``` ```
- Install `yum-utils` if it is not already installed: - Install `yum-utils` if it is not already installed:
@ -106,11 +102,7 @@ In order to preview new features and provide early feedback, it is recommended t
- Install the Microsoft GPG public key: - Install the Microsoft GPG public key:
```bash ```bash
curl https://packages.microsoft.com/keys/microsoft.asc > microsoft.asc sudo rpm --import http://packages.microsoft.com/keys/microsoft.asc
```
```bash
rpm --import microsoft.asc
``` ```
### Ubuntu and Debian systems ### Ubuntu and Debian systems
@ -147,12 +139,14 @@ In order to preview new features and provide early feedback, it is recommended t
sudo mv ./microsoft.list /etc/apt/sources.list.d/microsoft-[channel].list sudo mv ./microsoft.list /etc/apt/sources.list.d/microsoft-[channel].list
``` ```
- Install the gpg package if not already installed: - Install the `gpg` package if not already installed:
```bash ```bash
sudo apt-get install gpg sudo apt-get install gpg
``` ```
If `gpg` is not available, then install `gnupg`.
- Install the Microsoft GPG public key: - Install the Microsoft GPG public key:
```bash ```bash
@ -179,7 +173,7 @@ In order to preview new features and provide early feedback, it is recommended t
sudo yum install mdatp sudo yum install mdatp
``` ```
If you have multiple Microsoft repositories configured on your device, you can be specific about which repository to install the package from. The following example shows how to install the package from the `production` channel if you also have the `insiders-fast` repository channel configured on this device. This situation can happen if you are using multiple Microsoft products on your device. If you have multiple Microsoft repositories configured on your device, you can be specific about which repository to install the package from. The following example shows how to install the package from the `production` channel if you also have the `insiders-fast` repository channel configured on this device. This situation can happen if you are using multiple Microsoft products on your device. Depending on the distribution and the version of your server, the repository alias might be different than the one in the following example.
```bash ```bash
# list all repositories # list all repositories

View File

@ -19,6 +19,11 @@ ms.topic: conceptual
# What's new in Microsoft Defender Advanced Threat Protection for Linux # What's new in Microsoft Defender Advanced Threat Protection for Linux
## 101.02.55
- Fixed an issue where the product sometimes does not start following a reboot / upgrade
- Fixed an issue where proxy settings are not persisted across product upgrades
## 101.00.75 ## 101.00.75
- Added support for the following file system types: `ecryptfs`, `fuse`, `fuseblk`, `jfs`, `nfs`, `overlay`, `ramfs`, `reiserfs`, `udf`, and `vfat` - Added support for the following file system types: `ecryptfs`, `fuse`, `fuseblk`, `jfs`, `nfs`, `overlay`, `ramfs`, `reiserfs`, `udf`, and `vfat`