forked from pool/cdemu-daemon
Accepting request 1158084 from filesystems
- Add an explanation to the use of static_node OBS-URL: https://build.opensuse.org/request/show/1158084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdemu-daemon?expand=0&rev=30
This commit is contained in:
commit
35ee82c39f
@ -1,2 +1,7 @@
|
|||||||
#KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdrom"
|
#KERNEL=="vhba_ctl", NAME="%k", MODE="0660", OWNER="root", GROUP="cdrom"
|
||||||
KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess"
|
#
|
||||||
|
# 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"
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 20:47:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add an explanation to the use of static_node
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 12:17:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Mon Mar 11 12:17:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Revert Feb 27 addition of static_node; this does not do anything.
|
- Revert Feb 27 addition of static_node; this does not seemingly
|
||||||
|
do anything.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 27 09:48:05 UTC 2024 - Matthias Bach <marix@marix.org>
|
Tue Feb 27 09:48:05 UTC 2024 - Matthias Bach <marix@marix.org>
|
||||||
|
Loading…
Reference in New Issue
Block a user