[Merge] ~jchittum/livecd-rootfs:add-65-apparmor-feat into livecd-rootfs:ubuntu/master
John Chittum
mp+452299 at code.launchpad.net
Wed Sep 27 18:18:32 UTC 2023
John Chittum has proposed merging ~jchittum/livecd-rootfs:add-65-apparmor-feat into livecd-rootfs:ubuntu/master.
Commit message:
fix: Add 6.5 kernel apparmor feats
lp: #2037567. starting in kernel 6.5.0.1006, there's been an update to
apparmor features. Creates the 6.5 kernel directory, fully populates
with feats checked from a machine running 6.5.0.1006 installed from
proposed (as of 20230927).
Requested reviews:
Canonical Foundations Team (canonical-foundations)
Related bugs:
Bug #2037567 in livecd-rootfs (Ubuntu): "mantic kernel 6.5.0.1006 Adds io_uring apparmor feature"
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2037567
For more details, see:
https://code.launchpad.net/~jchittum/livecd-rootfs/+git/livecd-rootfs/+merge/452299
Tested using ubuntu-old-fashioned/ubuntu-bartender
1. altered a CPC build to use kernel from proposed (snippet)
echo "deb http://archive.ubuntu.com/ubuntu mantic-proposed main restricted universe >> ${mp}/etc/apt/sources.list.d/proposed.list
chroot "${mp}" apt update
replace_kernel "${mp}" linux-ibm # build an ibm guest image as it's a qcow2 image for easy local dev
rm ${mp}/etc/apt/sources.list.d/proposed.list
2. booted the image locally using qemu:
qemu-system-x86_64 \
-cpu host -machine type=q35,accel=kvm -m 1024 \
-nographic \
-snapshot \
-netdev id=net00,type=user,hostfwd=tcp::2222-:22 \
-device virtio-net-pci,netdev=net00 \
-drive if=virtio,format=qcow2,file=build.output/livecd.ubuntu-cpc.ibm-guest.qcow2 \
-cdrom cloud_init.iso # just ssh_import_id: jchittum
3. ssh'd into instance
4. checked snap debug seeding:
sudo snap debug seeding
seeded: true
preseeded: true
image-preseeding: 6.012s
seed-completion: 2.152s
All is good here.
--
Your team Ubuntu Core Development Team is subscribed to branch livecd-rootfs:ubuntu/master.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 9889 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20230927/3effce33/attachment-0001.diff>
More information about the Ubuntu-reviews
mailing list