From 42f9fa029dba4d407232304248de8cbd0e20b467 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 28 Jan 2024 09:04:27 +0000 Subject: [PATCH] modules/programs: fix that whitelistPwd wasnt passed into the sandbox profile --- modules/programs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/default.nix b/modules/programs/default.nix index f97615e6..56f2e25c 100644 --- a/modules/programs/default.nix +++ b/modules/programs/default.nix @@ -43,7 +43,7 @@ let in makeSandboxed { inherit pkgName package; - inherit (sandbox) binMap capabilities embedProfile extraConfig method wrapperType; + inherit (sandbox) binMap capabilities embedProfile extraConfig method whitelistPwd wrapperType; vpn = if net == "vpn" then vpn else null; allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths; allowedRootPaths = [