File: open-vm-tools.udev

package info (click to toggle)
open-vm-tools 2%3A13.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,312 kB
  • sloc: ansic: 180,399; cpp: 11,437; sh: 2,881; makefile: 2,468; 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"