3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #169106 from wahjava/fix-headscale-typo

headscale: Fix typo as per systemd.exec(5)
This commit is contained in:
Artturi 2022-04-18 02:19:15 +03:00 committed by GitHub
commit 063155ae92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};