diff --git a/.files b/.files index 5112865..5c091a1 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 032a6db..b77379a 100644 --- a/.rev +++ b/.rev @@ -230,4 +230,12 @@ - Revert Feb 27 addition of static_node; this does not do anything. 1156922 + + c709dfc747e06658a836e384e2003531 + 3.2.6 + + anag+factory + - Add an explanation to the use of static_node + 1158084 + diff --git a/60-vhba.rules b/60-vhba.rules index 4526ea3..40062d5 100644 --- a/60-vhba.rules +++ b/60-vhba.rules @@ -1,2 +1,7 @@ #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" diff --git a/cdemu-daemon.changes b/cdemu-daemon.changes index f3a980d..de83d11 100644 --- a/cdemu-daemon.changes +++ b/cdemu-daemon.changes @@ -1,7 +1,13 @@ ------------------------------------------------------------------- +Thu Mar 14 20:47:36 UTC 2024 - Jan Engelhardt + +- Add an explanation to the use of static_node + +------------------------------------------------------------------- Mon Mar 11 12:17:01 UTC 2024 - Jan Engelhardt -- 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