mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
13 lines
396 B
Text
13 lines
396 B
Text
# 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>
|
|
}
|