diff options
author | K900 <me@0upti.me> | 2024-04-14 16:41:06 +0300 |
---|---|---|
committer | K900 <me@0upti.me> | 2024-04-15 10:25:29 +0300 |
commit | effc28f6f5621cf0c32716f2137f9aee7567aa48 (patch) | |
tree | fe889bc617882fe55bfcb159c5241cbada149e80 /tests/nixos/default.nix | |
parent | 8d15e6af4b7446b8f542edfee8da035c97bdbbca (diff) |
libstore/build: set NO_NEW_PRIVS for the sandbox
Change-Id: I711f64e2b68495ed9c85c1a4bd5025405805e43a
Diffstat (limited to 'tests/nixos/default.nix')
-rw-r--r-- | tests/nixos/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nixos/default.nix b/tests/nixos/default.nix index 14fc0da81..3ef1217ac 100644 --- a/tests/nixos/default.nix +++ b/tests/nixos/default.nix @@ -160,4 +160,6 @@ in fetch-git = runNixOSTestFor "x86_64-linux" ./fetch-git; symlinkResolvconf = runNixOSTestFor "x86_64-linux" ./symlink-resolvconf.nix; + + rootInSandbox = runNixOSTestFor "x86_64-linux" ./root-in-sandbox; } |