Update windows/security/threat-protection/microsoft-defender-atp/linux-support-install.md

Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
MaratMussabekov
2020-11-12 16:31:16 +05:00
committed by GitHub
parent 928e222bf5
commit 95398839f6

View File

@ -97,7 +97,7 @@ Then rerun step 2.
4. If the above steps dont work, check if SELinux is installed and in enforcing mode. If so, try setting it to permissive (preferably) or disabled mode. It can be done by setting the parameter `SELINUX` to "permissive" or "disabled" in `/etc/selinux/config` file, followed by reboot. Check the man-page of selinux for more details.
Now try restarting the mdatp service using step 2. Revert the configuration change immediately though for security reasons after trying it and reboot.
5. If ```/opt``` directory is a symbolic link, create a bind mount for ```/opt/microsoft```.
5. If `/opt` directory is a symbolic link, create a bind mount for `/opt/microsoft`.
6. Ensure that the daemon has executable permission.
```bash