Update mde-linux-prerequisites.md#506
Conversation
Adds three customer-facing prerequisites to mde-linux-prerequisites.md: 1. Software requirements — Hostname NOTE: Defender for Endpoint reads the hostname from /etc/hostname and uses it to identify the device in the portal. Includes `hostname` to display it and `hostnamectl set-hostname` to fix it before install. 2. Network requirements — Strengthened existing TLS WARNING to state that SSL/TLS inspection must be disabled because it breaks the certificate chain the agent relies on. 3. Installation methods and tools — Standalone --pre-req validator block so customers can validate kernel, glibc, fanotify, disk, memory, distro, and filesystem without installing: curl -o mde_installer.sh "https://go.microsoft.com/fwlink/?linkid=2313015" chmod +x mde_installer.sh sudo ./mde_installer.sh --pre-req Doc-only change. No product behavior change.
|
Learn Build status updates of commit 980de7d: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 1b93c98: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@theabhishek07 - Could you take a moment to sign the CLA? We are unable to process this PR until the CLA is signed. |
|
@theabhishek07 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Adds three customer-facing prerequisites to mde-linux-prerequisites.md:
Software requirements — Hostname NOTE: Defender for Endpoint reads the hostname from /etc/hostname and uses it to identify the device in the portal. Includes
hostnameto display it andhostnamectl set-hostnameto fix it before install.Network requirements — Strengthened existing TLS WARNING to state that SSL/TLS inspection must be disabled because it breaks the certificate chain the agent relies on.
Installation methods and tools — Standalone --pre-req validator block so customers can validate kernel, glibc, fanotify, disk, memory, distro, and filesystem without installing: curl -o mde_installer.sh "https://go.microsoft.com/fwlink/?linkid=2313015" chmod +x mde_installer.sh sudo ./mde_installer.sh --pre-req
Doc-only change. No product behavior change.