Skip to content

Commit 60e4a6c

Browse files
committed
Fix pacman v7.1.0 sandbox config
1 parent 7bdde95 commit 60e4a6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/make-rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cat pacman-conf.d-noextract.conf >> "$BUILDDIR/etc/pacman.conf"
1818

1919
sed 's/Include = /&rootfs/g' < "$BUILDDIR/etc/pacman.conf" > pacman.conf
2020

21-
sed -i '/#DisableSandbox/{c\
21+
sed -i '/#DisableSandboxFilesystem/{c\
2222
# No kernel landlock in containerd\
23-
DisableSandbox
23+
DisableSandboxFilesystem
2424
}' "$BUILDDIR/etc/pacman.conf"
2525

2626
cp --recursive --preserve=timestamps rootfs/* "$BUILDDIR/"

0 commit comments

Comments
 (0)