mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
releasing package livecd-rootfs version 2.677
* Avoid rbind /sys for chroot snap pre-seeding (cgroups fail to unmount)
This commit is contained in:
commit
2edabc31c2
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.677) groovy; urgency=medium
|
||||
|
||||
* Avoid rbind /sys for chroot snap pre-seeding (cgroups fail to unmount)
|
||||
|
||||
-- Robert C Jennings <robert.jennings@canonical.com> Sat, 18 Jul 2020 16:51:05 -0500
|
||||
|
||||
livecd-rootfs (2.676) groovy; urgency=medium
|
||||
|
||||
* apparmor: Add generic v5.4 kernel apparmor features
|
||||
|
@ -119,7 +119,8 @@ preinstall_snaps() {
|
||||
fi
|
||||
|
||||
mount --rbind /dev chroot/dev
|
||||
mount --rbind /sys chroot/sys
|
||||
mount --bind /sys chroot/sys
|
||||
mount --bind /sys/kernel/security chroot/sys/kernel/security
|
||||
mount --bind /proc chroot/proc
|
||||
# Provide more up to date apparmor features, matching target kernel
|
||||
mount -o bind /usr/share/livecd-rootfs/live-build/apparmor/generic chroot/sys/kernel/security/apparmor/features
|
||||
|
Loading…
x
Reference in New Issue
Block a user