Skip to content

Commit 65664d6

Browse files
committed
nixos/gotenberg: fix service config for chromium
1 parent 1648fec commit 65664d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nixos/modules/services/misc/gotenberg.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ in
228228
ProtectKernelModules = true;
229229
ProtectKernelTunables = true;
230230
ProtectProc = "invisible";
231-
ProcSubset = "pid";
232231

233232
RestrictAddressFamilies = [
234233
"AF_UNIX"
@@ -240,11 +239,10 @@ in
240239
RestrictRealtime = true;
241240

242241
LockPersonality = true;
243-
MemoryDenyWriteExecute = true;
244242

245243
SystemCallFilter = [
244+
"@sandbox"
246245
"@system-service"
247-
"~@privileged"
248246
];
249247
SystemCallArchitectures = "native";
250248

0 commit comments

Comments
 (0)