Skip to content

Commit

Permalink
Elaborate on local adjustment of apparmor profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed Oct 7, 2021
1 parent b46be48 commit 3a21df5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/Installing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,13 @@ When using `apparmor` the called hook scripts must be covered by according
/usr/share/openqa/script/client rix,
```

Any stderr output of the hook scripts should be visible in the system logs of
the openQA GRU service, the general status and any stdout output is visible in
the GRU minion job dashboard on the route
Additions should be added to `/etc/apparmor.d/local/usr.share.openqa.script.openqa`
after which the **apparmor** service needs to be restarted for changes to take effect.
Note that symlinks are only supported along with the real destination.

Apparmor denials and stderr output of the hook scripts are visible in the system logs
of the openQA GRU service, except for messages in "complain" mode which end up in `audit.log`.
General status and stdout output is visible in the GRU minion job dashboard on the route
`/minion/jobs?offset=0&task=finalize_job_results` of the openQA instance.

=== Automatic cloning of incomplete jobs
Expand Down

0 comments on commit 3a21df5

Please sign in to comment.