tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/nats: set proper SystemCallFilter
MidAutumnMoon
3 years ago
9b8fd74d
afb8d0e5
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
nats.nix
+1
-1
nixos/modules/services/networking/nats.nix
···
137
137
RestrictNamespaces = true;
138
138
RestrictRealtime = true;
139
139
RestrictSUIDSGID = true;
140
140
-
SystemCallFilter = [ "@system-service" "~@privileged" "~@resources" ];
140
140
+
SystemCallFilter = [ "@system-service" "~@privileged" ];
141
141
UMask = "0077";
142
142
}
143
143
];