forked from pool/cdemu-daemon
db734045d3
- Fix cdemu-daemon startup failing for regular users due to not being able to trigger the load of the vhba kernel module. (boo#958517) - Changes in spec file are from spec_cleaner and unrelated to functional change. OBS-URL: https://build.opensuse.org/request/show/1152112 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=67
3 lines
160 B
Plaintext
3 lines
160 B
Plaintext
#KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdrom"
|
|
KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess", OPTIONS+="static_node=vhba_ctl"
|