From fd359dad1b7782562c82f4f548a57bd12ceda244 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 24 Jun 2020 13:44:22 -0700 Subject: [PATCH 1/5] Release notes for GA patch --- .../microsoft-defender-atp/linux-whatsnew.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md b/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md index 0c3138f156..518b09326d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md @@ -19,6 +19,11 @@ ms.topic: conceptual # What's new in Microsoft Defender Advanced Threat Protection for Linux +## + +- 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 - Added support for the following file system types: `ecryptfs`, `fuse`, `fuseblk`, `jfs`, `nfs`, `overlay`, `ramfs`, `reiserfs`, `udf`, and `vfat` From 7a82a9c9778726bca69bc3326cf7a49b2cbdecf5 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 24 Jun 2020 20:35:58 -0700 Subject: [PATCH 2/5] Updates to Linux docs --- .../linux-install-manually.md | 16 ++++------------ .../microsoft-defender-atp/linux-whatsnew.md | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index ef65ef7094..699e8a0711 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -68,11 +68,7 @@ In order to preview new features and provide early feedback, it is recommended t - Install the Microsoft GPG public key: ```bash - curl https://packages.microsoft.com/keys/microsoft.asc > microsoft.asc - ``` - - ```bash - sudo rpm --import microsoft.asc + sudo rpm --import http://packages.microsoft.com/keys/microsoft.asc ``` - 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: ```bash - curl https://packages.microsoft.com/keys/microsoft.asc > microsoft.asc - ``` - - ```bash - rpm --import microsoft.asc + sudo rpm --import http://packages.microsoft.com/keys/microsoft.asc ``` ### Ubuntu and Debian systems @@ -147,7 +139,7 @@ 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 ``` -- Install the gpg package if not already installed: +- Install the `gpg` package (called `gnupg` on Ubuntu 16.04) if not already installed: ```bash sudo apt-get install gpg @@ -179,7 +171,7 @@ In order to preview new features and provide early feedback, it is recommended t 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. Note that, depending on the distribution and the version of your server, the repository alias might be different than the one in the following example. ```bash # list all repositories diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md b/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md index 518b09326d..bd2a88d40f 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-whatsnew.md @@ -19,7 +19,7 @@ ms.topic: conceptual # 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 From a49e77cbca565468c605cc9d1e41d3fdea16d433 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 24 Jun 2020 20:40:25 -0700 Subject: [PATCH 3/5] Acrolinx fixes --- .../microsoft-defender-atp/linux-install-manually.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 699e8a0711..1986242e53 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -171,7 +171,7 @@ In order to preview new features and provide early feedback, it is recommended t 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. Note that, depending on the distribution and the version of your server, the repository alias might be different than the one in the following example. + 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 # list all repositories From b017594d5b406059d8d02895216309da5c1ef613 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 24 Jun 2020 21:13:11 -0700 Subject: [PATCH 4/5] Correction --- .../microsoft-defender-atp/linux-install-manually.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 1986242e53..1d4e47cf52 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -139,7 +139,7 @@ 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 ``` -- Install the `gpg` package (called `gnupg` on Ubuntu 16.04) if not already installed: +- Install the `gpg` package (`gnupg` on Ubuntu 16.04) if not already installed: ```bash sudo apt-get install gpg From 400a86a8fcfca91d3306eeda06a7716ecdc92c2f Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Wed, 24 Jun 2020 22:16:35 -0700 Subject: [PATCH 5/5] Update --- .../microsoft-defender-atp/linux-install-manually.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 1d4e47cf52..7c13c7a9e5 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -139,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 ``` -- Install the `gpg` package (`gnupg` on Ubuntu 16.04) if not already installed: +- Install the `gpg` package if not already installed: ```bash sudo apt-get install gpg ``` + If `gpg` is not available, then install `gnupg`. + - Install the Microsoft GPG public key: ```bash