Skip to content

Commit

Permalink
test-in-lxd: set security.nesting=true
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Jul 15, 2024
1 parent f56c204 commit 7db4571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/test-in-lxd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ lxd init --auto

if [ -z "$(lxc list -f csv -c n ^${TESTER}\$)" ]
then
lxc launch $IMAGE $TESTER
# using security.nesting=true for LP: #2046486
lxc launch $IMAGE $TESTER -c security.nesting=true
lxc config device add $TESTER code disk source=`pwd` path=/subiquity
else
lxc start $TESTER
Expand Down

0 comments on commit 7db4571

Please sign in to comment.