Skip to content
Snippets Groups Projects
Commit 3938bda1 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ospack-{minimal,target}: Put the Newport AppArmor profile in complain mode


After the rebase to Buster, some AppArmor profiles have become
problematic and prevent the components from working: this is the case for
Newport, which currently fails to start.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 81ae24c7
No related branches found
No related tags found
1 merge request!129ospack-{minimal,target}: Put the Newport AppArmor profile in complain mode
...@@ -172,6 +172,11 @@ actions: ...@@ -172,6 +172,11 @@ actions:
chroot: false chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.*.ribchester* script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.*.ribchester*
- action: run
description: Switch the Newport AppArmor profile to complain mode
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.bin.newport
# work around the Debos isssue in https://phabricator.apertis.org/T4308 # work around the Debos isssue in https://phabricator.apertis.org/T4308
- action: run - action: run
chroot: false chroot: false
......
...@@ -289,6 +289,11 @@ actions: ...@@ -289,6 +289,11 @@ actions:
description: Switch the Ribchester AppArmor profile to complain mode description: Switch the Ribchester AppArmor profile to complain mode
chroot: false chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.*.ribchester* script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.*.ribchester*
- action: run
description: Switch the Newport AppArmor profile to complain mode
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.bin.newport
{{ end }} {{ end }}
# work around the Debos isssue in https://phabricator.apertis.org/T4308 # work around the Debos isssue in https://phabricator.apertis.org/T4308
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment