- commit
- fb642beae70b0d249fe6766a06dcbe84227e1e6f
- parent
- f3718283f287391ed6f7370ee0105db67eb7ef95
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-08-04 11:23
reduce systemd security restrictions - ProtectSystem if not that relevant fo user services anyways - Both of these options break app_id detection
Diffstat
| M | system/systemd.service | 2 | -- |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/systemd.service b/system/systemd.service
@@ -8,5 +8,3 @@ BusName=org.freedesktop.secrets 8 8 ExecStart=/usr/bin/python3 -I -m xikeyring 9 9 MemoryDenyWriteExecute=yes 10 10 NoNewPrivileges=yes11 -1 ProtectSystem=strict12 -1 PrivateTmp=yes