60-open-vm-tools.rules 250 B

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