1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

programs.ydotool: remove invalid systemd directive

fixes #327156
This commit is contained in:
Zitrone 2024-07-15 11:52:46 +02:00
parent feb2849fde
commit 10c8868b7f
No known key found for this signature in database
GPG key ID: 54767E8E66ABED22

View file

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