Skip to content

Commit 0e03213

Browse files
authored
Merge pull request #3819 from yujiaoMSFT/docs-editor/linux-whatsnew-1747642289
Update linux-whatsnew.md
2 parents 7b71a2d + 6338690 commit 0e03213

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-endpoint/linux-whatsnew.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ewalsh
66
author: emmwalshh
77
ms.reviewer: kumasumit, gopkr; mevasude
88
ms.localizationpriority: medium
9-
ms.date: 05/13/2025
9+
ms.date: 05/19/2025
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -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)