- commit
- 7fa1f2d87ff9e28da4dd611df8b61e040e3fdc5f
- parent
- 7346f41ebc28314231cc9f199122139403e46c29
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-06-01 06:15
python: do not load module from user-writable locations
Diffstat
| M | system/systemd.service | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/systemd.service b/system/systemd.service
@@ -5,7 +5,7 @@ PartOf=graphical-session.target 5 5 [Service] 6 6 Type=dbus 7 7 BusName=org.freedesktop.secrets8 -1 ExecStart=/usr/bin/python3 -m xikeyring-1 8 ExecStart=/usr/bin/python3 -I -m xikeyring 9 9 MemoryDenyWriteExecute=yes 10 10 NoNewPrivileges=yes 11 11 ProtectSystem=strict