Skip to content

Commit

Permalink
fix: libvirtd profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Aug 6, 2023
1 parent 03cf850 commit a2c35b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apparmor.d/groups/virt/libvirtd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ profile libvirtd @{exec_path} flags=(attach_disconnected) {
@{sys}/devices/pci[0-9]*/**/mdev_supported_types/*/create w,
@{sys}/devices/pci[0-9]*/**/net/*/{,**} r,
@{sys}/devices/pci[0-9]*/**/remove w,
@{sys}/devices/pci[0-9]*/**/resource r
@{sys}/devices/pci[0-9]*/**/resource r,
@{sys}/devices/pci[0-9]*/**/sriov_totalvfs r,

@{sys}/devices/system/cpu/cpu[0-9]*/cache/{,**} r,
Expand Down

0 comments on commit a2c35b0

Please sign in to comment.