diff options
author | alois31 <alois1@gmx-topmail.de> | 2024-05-25 04:21:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-25 04:21:53 +0000 |
commit | ddfe379a6b93c678a9a0845e5c5a85f7e77b1b7d (patch) | |
tree | bc99ab3f691eeef509943bdcc83feae60bc39d0e /tests/nixos/root-in-sandbox/package.nix | |
parent | 5b4b216facfb8af2f08c25a4b50fba1e197ca06e (diff) | |
parent | f047e4357b4f7ad66c2e476506bf35cab82e441e (diff) |
Merge "libstore/build: always enable seccomp filtering and no-new-privileges" into main
Diffstat (limited to 'tests/nixos/root-in-sandbox/package.nix')
-rw-r--r-- | tests/nixos/root-in-sandbox/package.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/nixos/root-in-sandbox/package.nix b/tests/nixos/root-in-sandbox/package.nix deleted file mode 100644 index a1069160c..000000000 --- a/tests/nixos/root-in-sandbox/package.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ runCommand }: -runCommand "cant-get-root-in-sandbox" {} '' - if /run/wrappers/bin/ohno; then - echo "Oh no! We're root in the sandbox!" - exit 1 - fi - touch $out -'' |