Files
server/usr/lib/udev/rules.d/60-open-vm-tools.rules
2026-01-07 20:52:11 +01:00

7 lines
250 B
Plaintext

# VMWare Virtual Sockets permissions
#
# after loading the vsock module, a block device /dev/vsock will be created with permission 0600
# This rule changes permission to 0666 to allow users access to the virtual sockets
KERNEL=="vsock", MODE="0666"