nixos/heisenbridge: Fix stupid typo
This commit is contained in:
parent
dc3abef504
commit
6b1dcbb1db
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ in
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
LockPersonality = true;
|
LockPersonality = true;
|
||||||
RestrictRealtime = true;
|
RestrictRealtime = true;
|
||||||
SystemCallFilter = ["@system-service" "~@priviledged" "@chown"];
|
SystemCallFilter = ["@system-service" "~@privileged" "@chown"];
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
RestrictAddressFamilies = "AF_INET AF_INET6";
|
RestrictAddressFamilies = "AF_INET AF_INET6";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue