7 lines
250 B
Plaintext
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"
|