Skip to content

Commit

Permalink
Make test "can pivot to new rootfs recursively" work on NixOS
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Wright <[email protected]>
  • Loading branch information
quag committed Oct 1, 2023
1 parent 4a7bb29 commit 5e2b6a3
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 5e2b6a3

Please sign in to comment.