Skip to content

Commit

Permalink
test-in-lxd: set security.nesting=true
Browse files Browse the repository at this point in the history
(cherry picked from commit 7db4571)
  • Loading branch information
dbungert authored and Chris-Peterson444 committed Aug 6, 2024
1 parent ea44bc7 commit 46b213c
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 46b213c

Please sign in to comment.