forked from pool/cdemu-daemon
Jan Engelhardt
0d096cffff
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=74
8 lines
366 B
Plaintext
8 lines
366 B
Plaintext
#KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdrom"
|
|
#
|
|
# ACL-granting via uaccess only works when the module has actually been loaded
|
|
# (more specifically, that there was a device-create event from the kernel? or
|
|
# that it just shows up in /proc/devices?).
|
|
#
|
|
KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=vhba_ctl"
|