Skip to content
Snippets Groups Projects
Commit bd7bc9d3 authored by Emanuele Aina's avatar Emanuele Aina Committed by Peter Senna Tschudin
Browse files

apparmor-{geoclue,ofono,tracker}: Explicitly install auditd


The `auditd` package is being dropped from the images. The audit log can be
retrieved from the system journal, and the `auditd` daemon currently fails to
start on the ostree images.

However, the apparmor-{geoclue,ofono,tracker} testcases use the `run-aa-test`
tool which is not trivial to port away from `audit.log`, so add an explicit
installation step for the `auditd` package to paper over it.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 019abb9d
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ install:
deps:
- busybox
- apertis-tests-apparmor-geoclue
- auditd
- geoclue-2.0
- geoclue-2-demo
git-repos:
......
......@@ -15,7 +15,7 @@ metadata:
resources:
- "A 3G modem connected."
macro_install_packages_preconditions: apertis-tests-apparmor-ofono apertis-tests
macro_install_packages_preconditions: auditd apertis-tests-apparmor-ofono apertis-tests
expected:
- "A list of executed test with related result (as pass/fail/skip) will be
......
......@@ -37,6 +37,7 @@ install:
- busybox
- apertis-tests-apparmor-report
- apertis-tests-apparmor-tracker
- auditd
- gir1.2-grilo-0.3
- gir1.2-tracker-2.0
- python3
......
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