Skip to content

Commit

Permalink
tmpfiles.d: adjust /dev/vfio/vfio access mode
Browse files Browse the repository at this point in the history
kmod-static-nodes.service sets the mode to 0600, but we want it
to be 0666 as specified in 50-udev-default.rules.

Resolves: #28588
  • Loading branch information
mrc0mmand authored and yuwata committed Jul 30, 2023
1 parent 1673385 commit a3d6109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmpfiles.d/static-nodes-permissions.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ z /dev/snd/timer 0660 - audio -
z /dev/loop-control 0660 - disk -
z /dev/net/tun 0666 - - -
z /dev/fuse 0666 - - -
z /dev/vfio/vfio 0666 - - -
z /dev/kvm {{DEV_KVM_MODE}} - kvm -
z /dev/vhost-net {{DEV_KVM_MODE}} - kvm -
z /dev/vhost-vsock {{DEV_KVM_MODE}} - kvm -

0 comments on commit a3d6109

Please sign in to comment.