Skip to content

Use `sudo journalctl` for non-privileged user in AA tests

Denis Pynkin requested to merge wip/d4s/aa_journal into apertis/v2019pre

Access to system journal is restricted for user after switching to Debian. AppArmor tests need to check system log with journalctl but without proper permissions they fail. Adding sudo for non-root users allows to check the log entries and compare the output with expected.

Signed-off-by: Denis Pynkin denis.pynkin@collabora.com

Merge request reports