Skip to content

Commit

Permalink
nixos/gotenberg: fix service config for chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier authored and hustlerone committed Dec 7, 2024
1 parent 00c682e commit 15a595e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nixos/modules/services/misc/gotenberg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ in
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProcSubset = "pid";

RestrictAddressFamilies = [
"AF_UNIX"
Expand All @@ -240,11 +239,10 @@ in
RestrictRealtime = true;

LockPersonality = true;
MemoryDenyWriteExecute = true;

SystemCallFilter = [
"@sandbox"
"@system-service"
"~@privileged"
];
SystemCallArchitectures = "native";

Expand Down

0 comments on commit 15a595e

Please sign in to comment.