mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* snap: update vendored apparmor to 3.0.8 with userns and mqueue support Update the snap build to use the latest upstream AppArmor 3.0.8 release and also add local patches to add support for userns and POSIX mqueue mediation support. Signed-off-by: Alex Murray <alex.murray@canonical.com> * build-aux/snap: fetch patches during build rather than vendor them By fetching them during the build *and* using the source of the Ubuntu apparmor package in lunar (23.04) this allows us to keep these patches in sync with what is used in Ubuntu and to show their provenance at the same time. Signed-off-by: Alex Murray <alex.murray@canonical.com> --------- Signed-off-by: Alex Murray <alex.murray@canonical.com> Co-authored-by: Michael Vogt <mvo@ubuntu.com>