You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/microsoft-defender-endpoint-linux.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: linux
17
17
search.appverid: met150
18
-
ms.date: 12/09/2024
18
+
ms.date: 12/10/2024
19
19
---
20
20
21
21
# Microsoft Defender for Endpoint on Linux
@@ -47,24 +47,6 @@ Microsoft Defender for Endpoint for Linux includes anti-malware and endpoint det
47
47
> [!NOTE]
48
48
> Microsoft Defender for Endpoint on Linux agent is independent from [OMS agent](/azure/azure-monitor/agents/agents-overview#log-analytics-agent). Microsoft Defender for Endpoint relies on its own independent telemetry pipeline.
49
49
50
-
### Installation instructions
51
-
52
-
There are several methods and deployment tools that you can use to install and configure Microsoft Defender for Endpoint on Linux. Before you begin, make sure the [Minimum requirements for Microsoft Defender for Endpoint](minimum-requirements.md) are met.
53
-
54
-
You can use one of the following methods to deploy Microsoft Defender for Endpoint on Linux:
55
-
56
-
- To use command-line tool, see [Manual deployment](linux-install-manually.md)
57
-
- To use Puppet, see [Deploy using Puppet configuration management tool](linux-install-with-puppet.md)
58
-
- To use Ansible, see [Deploy using Ansible configuration management tool](linux-install-with-ansible.md)
59
-
- To use Chef, see [Deploy using Chef configuration management tool](linux-deploy-defender-for-endpoint-with-chef.md)
60
-
- To use Saltstack, see [Deploy using Saltstack configuration management tool](linux-install-with-saltack.md)
61
-
62
-
If you experience any installation failures, see [Troubleshooting installation failures in Microsoft Defender for Endpoint on Linux](linux-support-install.md).
63
-
64
-
> [!IMPORTANT]
65
-
> Installing Microsoft Defender for Endpoint in any location other than the default install path is not supported.
66
-
> Microsoft Defender for Endpoint on Linux creates an `mdatp` user with random UID and GID. If you want to control the UID and GID, create an `mdatp` user prior to installation using the `/usr/sbin/nologin` shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
67
-
68
50
### System requirements
69
51
70
52
- Disk space: 2 GB
@@ -151,6 +133,24 @@ If you experience any installation failures, see [Troubleshooting installation f
151
133
152
134
- /opt/microsoft/mdatp/sbin/wdavdaemon requires executable permission. For more information, see "Ensure that the daemon has executable permission" in [Troubleshoot installation issues for Microsoft Defender for Endpoint on Linux](linux-support-install.md).
153
135
136
+
### Installation instructions
137
+
138
+
There are several methods and deployment tools that you can use to install and configure Microsoft Defender for Endpoint on Linux. Before you begin, make sure the [Minimum requirements for Microsoft Defender for Endpoint](minimum-requirements.md) are met.
139
+
140
+
You can use one of the following methods to deploy Microsoft Defender for Endpoint on Linux:
141
+
142
+
- To use command-line tool, see [Manual deployment](linux-install-manually.md)
143
+
- To use Puppet, see [Deploy using Puppet configuration management tool](linux-install-with-puppet.md)
144
+
- To use Ansible, see [Deploy using Ansible configuration management tool](linux-install-with-ansible.md)
145
+
- To use Chef, see [Deploy using Chef configuration management tool](linux-deploy-defender-for-endpoint-with-chef.md)
146
+
- To use Saltstack, see [Deploy using Saltstack configuration management tool](linux-install-with-saltack.md)
147
+
148
+
If you experience any installation failures, see [Troubleshooting installation failures in Microsoft Defender for Endpoint on Linux](linux-support-install.md).
149
+
150
+
> [!IMPORTANT]
151
+
> Installing Microsoft Defender for Endpoint in any location other than the default install path is not supported.
152
+
> Microsoft Defender for Endpoint on Linux creates an `mdatp` user with random UID and GID. If you want to control the UID and GID, create an `mdatp` user prior to installation using the `/usr/sbin/nologin` shell option. Here's an example: `mdatp:x:UID:GID::/home/mdatp:/usr/sbin/nologin`.
153
+
154
154
### External package dependency
155
155
156
156
If the Microsoft Defender for Endpoint installation fails due to missing dependencies errors, you can manually download the prerequisite dependencies. The following external package dependencies exist for the mdatp package:
0 commit comments