Skip to content
Snippets Groups Projects
Commit c7b3579a authored by Martyn Welch's avatar Martyn Welch
Browse files

ospack-[target,basesdk,sdk]: Put the Tracker Apparmor profile in complain mode


After the rebase to Buster some AppArmor profiles have become problematic,
preventing the components from working. This is the case for a number of
the tracker tools. Put tracker in complain mode for now.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 3938bda1
No related branches found
No related tags found
1 merge request!130ospack-[target,basesdk,sdk]: Put the Tracker Apparmor profile in complain mode
......@@ -568,6 +568,11 @@ actions:
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/lib.systemd.systemd-logind
- action: run
description: Switch the Tracker AppArmor profile to complain mode
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.lib.tracker
# work around the Debos isssue in https://phabricator.apertis.org/T4308
- action: run
chroot: false
......
......@@ -770,6 +770,11 @@ actions:
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.*.ribchester*
- action: run
description: Switch the Tracker AppArmor profile to complain mode
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.lib.tracker
# work around the Debos isssue in https://phabricator.apertis.org/T4308
- action: run
chroot: false
......
......@@ -296,6 +296,11 @@ actions:
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.bin.newport
{{ end }}
- action: run
description: Switch the Tracker AppArmor profile to complain mode
chroot: false
script: scripts/apparmor-profile-switch-to-complain.sh ${ROOTDIR}/etc/apparmor.d/usr.lib.tracker
# work around the Debos isssue in https://phabricator.apertis.org/T4308
- action: run
chroot: false
......
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