Work around Ubuntu 24.04 bubblewrap bug

This commit is contained in:
fosslinux 2024-12-21 11:46:26 +11:00
parent 302bd4c3db
commit 9237fa6fbc
3 changed files with 379 additions and 0 deletions

13
.github/workflows/bwrap.apparmor vendored Normal file
View file

@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2024 Russell Coker <russell@coker.com.au>
# SPDX-License-Identifier: CC-BY-NC-SA-3.0
# source: https://etbe.coker.com.au/2024/04/24/ubuntu-24-04-bubblewrap/
abi <abi/4.0>,
include <tunables/global>
profile bwrap /usr/bin/bwrap flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/bwrap>
}