diff --git a/nixos/modules/services/games/archisteamfarm.nix b/nixos/modules/services/games/archisteamfarm.nix index 77a64a4b426d..744115604f41 100644 --- a/nixos/modules/services/games/archisteamfarm.nix +++ b/nixos/modules/services/games/archisteamfarm.nix @@ -221,7 +221,7 @@ in RestrictSUIDSGID = true; SecureBits = "noroot-locked"; SystemCallArchitectures = "native"; - SystemCallFilter = [ "@system-service" "~@privileged" ]; + SystemCallFilter = [ "@system-service" "~@privileged" "mincore" ]; UMask = "0077"; } ];