Skip to content

Commit 8724e99

Browse files
committed
Learn Editor: Update linux-whatsnew.md
1 parent a6e30ee commit 8724e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/linux-whatsnew.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ What's new
101101

102102
Known Issues
103103

104-
- There's a known issue where MDE is deleting the configuration file located at /etc/system/system/mdatp.service.d on each service start. As a workaround, customers can use the Immutable attribute that prevents the files from being modified or deleted.
104+
- There's a known issue where MDE is deleting the configuration file located at /etc/systemd/system/mdatp.service.d on each service start. As a workaround, customers can use the Immutable attribute that prevents the files from being modified or deleted.
105105

106106
To set the file to be unmodifiable, execute the following command:
107-
107+
108108
```bash
109109

110110
sudo chattr +i /etc/systemd/system/mdatp.service.d/[file name]
111111
```
112112

113-
This command makes the file unchangeable. T If you need to restore modification permissions, use the following command:
114-
113+
This command makes the file unchangeable. If you need to restore modification permissions, use the following command:
114+
115115
```bash
116116

117117
sudo chattr -i /etc/systemd/system/mdatp.service.d/[file name]

0 commit comments

Comments
 (0)