Skip to content

Commit

Permalink
apparmor: Allow using tesseract
Browse files Browse the repository at this point in the history
Allow the worker to call tesseract and also access its data.
  • Loading branch information
marmarek committed Aug 24, 2023
1 parent 62b015d commit 8d46fdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/apparmor.d/usr.share.openqa.script.worker
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
/usr/bin/ssh-keygen rix,
/usr/bin/tail rix,
/usr/bin/tee rix,
/usr/bin/tesseract rix,
/usr/bin/uname rix,
/usr/bin/unixcmd rix,
/usr/bin/unxz rix,
Expand Down Expand Up @@ -140,6 +141,7 @@
/usr/share/openqa/script/worker r,
/usr/share/git-core/templates/ r,
/usr/share/git-core/templates/** r,
/usr/share/tessdata/* r,
/usr/share/qemu/* rk,
/usr/share/seabios/* r,
/usr/share/qemu/keymaps/* r,
Expand Down

0 comments on commit 8d46fdf

Please sign in to comment.