File: open-vm-tools.udev

package info (click to toggle)
open-vm-tools 2%3A12.2.0-1%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,124 kB
  • sloc: ansic: 179,329; cpp: 12,166; sh: 2,638; makefile: 2,502; xml: 6
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
# 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"