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

headscale: Fix typo as per systemd.exec(5)

This commit is contained in:
Ashish SHUKLA 2022-04-18 02:00:29 +05:30
parent faad370edc
commit 4a973081b3
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -479,7 +479,7 @@ in
NoNewPrivileges = true;
LockPersonality = true;
RestrictRealtime = true;
SystemCallFilter = [ "@system-service" "~@priviledged" "@chown" ];
SystemCallFilter = [ "@system-service" "~@privileged" "@chown" ];
SystemCallArchitectures = "native";
RestrictAddressFamilies = "AF_INET AF_INET6 AF_UNIX";
};