Skip to content

Commit

Permalink
Merge pull request #6135 from asdil12/aa
Browse files Browse the repository at this point in the history
Allow openQA worker to execute check_qemu_oom script in apparmor
  • Loading branch information
mergify[bot] authored Jan 24, 2025
2 parents af4b5f2 + b4c237f commit af3f7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles/apparmor.d/usr.share.openqa.script.worker
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
/usr/lib{,exec}/git{,-core}/git-remote-https rix,
/usr/lib{,exec}/git{,-core}/git-write-tree rix,
/usr/lib/os-autoinst/videoencoder rix,
/usr/lib/os-autoinst/check_qemu_oom arCx,
/usr/lib/os-autoinst/script/check_qemu_oom arCx,
/usr/bin/ffmpeg rix,
/usr/lib/utempter/utempter rix,
/usr/sbin/smbd rix,
Expand Down Expand Up @@ -182,7 +182,7 @@

}

profile /usr/lib/os-autoinst/check_qemu_oom {
profile /usr/lib/os-autoinst/script/check_qemu_oom {
#include <abstractions/base>
#include <abstractions/perl>
/usr/bin/dmesg rix,
Expand Down

0 comments on commit af3f7eb

Please sign in to comment.