2023-11-22 16:16:38 -03:00
|
|
|
# This profile allows everything and only exists to give the
|
|
|
|
# application a name instead of having the label "unconfined"
|
|
|
|
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
|
2025-02-19 16:05:57 -08:00
|
|
|
profile sbuild-distupgrade /usr/bin/sbuild-distupgrade flags=(attach_disconnected mediate_deleted) {
|
|
|
|
allow all,
|
|
|
|
|
|
|
|
# override default pix
|
|
|
|
/usr/bin/unshare ix,
|
|
|
|
|
2023-11-22 16:16:38 -03:00
|
|
|
userns,
|
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2023-11-24 18:52:09 -08:00
|
|
|
include if exists <local/sbuild-distupgrade>
|
2023-11-22 16:16:38 -03:00
|
|
|
}
|