udev: make /dev/vsock 0666
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Jan 2021 08:56:26 +0000 (12:56 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Jan 2021 08:59:43 +0000 (12:59 +0400)
commitc4446798fa45b29fe29f7eb9502c1f006df5bc0e
tree30443e2094888d0527a80bd543e6b23d2bebf7cb
parent65ab27211c32089e038de7352091b46903c91ee6
udev: make /dev/vsock 0666

/dev/vsock supports only ioctl (the only ioctl supported is
IOCTL_VM_SOCKETS_GET_LOCAL_CID), so 0666 should be okay, or 0664 if in
the future we will implement some kind of write support exposed only to
user/group.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
rules.d/50-udev-default.rules.in