Skip to content

Commit

Permalink
Merge pull request #603 from quag/nixos-recursive-test-fix
Browse files Browse the repository at this point in the history
Make test "can pivot to new rootfs recursively" work on NixOS
  • Loading branch information
smcv authored Oct 2, 2023
2 parents ebfc8ef + 5e2b6a3 commit 7816e01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/libtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ else
BWRAP_RO_HOST_ARGS="--ro-bind /usr /usr
--ro-bind /etc /etc
--ro-bind /bin /bin
--ro-bind /lib /lib
--ro-bind-try /lib /lib
--ro-bind-try /lib64 /lib64
--ro-bind /sbin /sbin
--ro-bind-try /sbin /sbin
--ro-bind-try /nix/store /nix/store
--dir /var/tmp
--proc /proc
--dev /dev"
Expand Down

0 comments on commit 7816e01

Please sign in to comment.