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
-[RHEL and variants (CentOS, Fedora, Oracle Linux, Amazon Linux 2, Rocky, and Alma)](#rhel-and-variants-centos-fedora-oracle-linux-amazon-linux-2-rocky-and-alma)
47
48
-[SLES and variants](#sles-and-variants)
@@ -257,6 +258,50 @@ In order to preview new features and provide early feedback, it's recommended th
These steps are applicable only if Defender is to be installed in a custom location.
264
+
265
+
The custom installation path is denoted here as <custom_path>
266
+
267
+
> [!NOTE]
268
+
> Only absolute custom installation path is supported
269
+
270
+
1. Create the required directories for setup
271
+
```bash
272
+
sudo mkdir -p <custom_path>
273
+
sudo mkdir -p /etc/opt/microsoft/mdatp
274
+
```
275
+
276
+
2. Create the config json file `/etc/opt/microsoft/mdatp/mde_path.json`, specifying the custom installation path, in the mde config directory
277
+
278
+
File Content:
279
+
```
280
+
{"path":"<custom_path>"}
281
+
```
282
+
283
+
For example, if the custom installation path is to be set as `/custom/microsoft_mdatp`, `/etc/opt/microsoft/mdatp/mde_path.json` will be created with the following content:
0 commit comments