1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

tmpfiles.d: adjust /dev/vfio/vfio access mode

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
This commit is contained in:
Frantisek Sumsal 2023-07-30 15:21:31 +02:00 committed by Yu Watanabe
parent 167338529b
commit a3d610998a

View File

@ -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 -