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

telepathy-ring-automated: Stop using audit.log


Use the systemd journal to retrieve audit messages, as the minimal images no
longer ship auditd.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d130f845
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ run:
- "# Execute the following commands:"
- echo -n | sudo tee /var/log/audit/audit.log
- common/run-test-in-systemd --user=user sdk/telepathy-ring-automated.sh
- sudo cat /var/log/audit/audit.log | aa_log_extract_tokens.pl PERMITTING REJECTING
- sudo journalctl -b -t audit -o cat | /usr/bin/aa_log_extract_tokens.sh ALLOWED DENIED
parse:
fixupdict:
......
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