1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

programs.ydotool: remove invalid systemd directive

fixes #327156

(cherry picked from commit 10c8868b7f)
This commit is contained in:
Zitrone 2024-07-15 11:52:46 +02:00 committed by github-actions[bot]
parent b1999f118d
commit 651684c92b

View file

@ -59,7 +59,6 @@ in
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProtectSystem = "strict";
ProtectUser = true;
RestrictNamespaces = true;
RestrictRealtime = true;
RestrictSUIDSGID = true;