Skip to content

Commit

Permalink
Merge pull request #13673 from mihalicyn/qemu_core24_fix
Browse files Browse the repository at this point in the history
Instance: Relax apparmor QEMU proc rules a bit to workaround bug
  • Loading branch information
tomponline authored Jun 27, 2024
2 parents 5f438e3 + d911ab0 commit 193f3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lxd/apparmor/instance_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ profile "{{ .name }}" flags=(attach_disconnected,mediate_deleted) {
/{,usr/}bin/qemu-system-* mrix,
/usr/share/qemu/** kr,
/usr/share/seabios/** kr,
owner @{PROC}/@{pid}/cpuset r,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
@{PROC}/@{pid}/cpuset r,
@{PROC}/@{pid}/task/@{tid}/comm rw,
{{ .rootPath }}/etc/nsswitch.conf r,
{{ .rootPath }}/etc/passwd r,
{{ .rootPath }}/etc/group r,
Expand Down

0 comments on commit 193f3d3

Please sign in to comment.