Skip to content
Snippets Groups Projects
Commit 855bc232 authored by Frederic Danis's avatar Frederic Danis
Browse files

apparmor: Fix apparmor-session-lockdown-no-deny test


Fix aa_log_extract_tokens.sh path as it is intalled by
apertis-tests-apparmor-report package.

Fixes: APERTIS-6233

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 880da8a8
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,4 @@ run:
- "Now ensure AppArmor is enabled and working, by running aa-status:"
- $ sudo aa-status
- "Then ensure the audit log file has no AppArmor complaints:"
- $ sudo journalctl -b -t audit -o cat | ./aa_log_extract_tokens.sh DENIED
- $ sudo journalctl -b -t audit -o cat | aa_log_extract_tokens.sh DENIED
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