diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-20 19:16:32 +0100 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-20 19:16:32 +0100 |
| commit | 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 (patch) | |
| tree | 9221704f413398cfb5d5759083b1e7032566820e /straper/db/public/apparmor/apparmor.d/sbuild-update | |
| parent | 6b59b75c3a294060dea66bdee16ffaf95ae92889 (diff) | |
| download | bin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.tar.gz bin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.zip | |
feat: first fully successful run e2e on straper
Diffstat (limited to 'straper/db/public/apparmor/apparmor.d/sbuild-update')
| -rw-r--r-- | straper/db/public/apparmor/apparmor.d/sbuild-update | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/straper/db/public/apparmor/apparmor.d/sbuild-update b/straper/db/public/apparmor/apparmor.d/sbuild-update new file mode 100644 index 0000000..c4aae72 --- /dev/null +++ b/straper/db/public/apparmor/apparmor.d/sbuild-update @@ -0,0 +1,17 @@ +# 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> + +profile sbuild-update /usr/bin/sbuild-update flags=(complain,attach_disconnected mediate_deleted) { + allow all, + + # override default pix + /usr/bin/unshare ix, + + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists <local/sbuild-update> +} |
