From 075e7a0eb4d59625f265f05dc44ceb7d9f52fdb4 Mon Sep 17 00:00:00 2001 From: John Chittum Date: Mon, 6 Mar 2023 14:04:27 -0600 Subject: [PATCH 1/2] fix: remove ipc from apparmor features in 6.1 ipc was dropped as an apparmor feature. checked by grabbing the latest lunar VM, installing the latest kernel, doing a reboot, and comparing directories and files. compared all files and the only diff is the ipc posix_mqueue --- live-build/apparmor/generic/ipc/posix_mqueue | 1 - 1 file changed, 1 deletion(-) delete mode 100644 live-build/apparmor/generic/ipc/posix_mqueue diff --git a/live-build/apparmor/generic/ipc/posix_mqueue b/live-build/apparmor/generic/ipc/posix_mqueue deleted file mode 100644 index c20f9f93..00000000 --- a/live-build/apparmor/generic/ipc/posix_mqueue +++ /dev/null @@ -1 +0,0 @@ -create read write open delete setattr getattr From 0dcada3904adbdcae38e730cae59495d75e68c9f Mon Sep 17 00:00:00 2001 From: John Chittum Date: Mon, 6 Mar 2023 14:25:04 -0600 Subject: [PATCH 2/2] open 2.810 release --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 190ab7e8..d5a7d87e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.810) UNRELEASED; urgency=medium + + * set apparmor features to match kernel 6.1 + + -- jchittum Mon, 06 Mar 2023 14:24:29 -0600 + livecd-rootfs (2.809) lunar; urgency=medium * Do not use the ubuntucinnamon-desktop task for cinnamon builds, it doesn't