Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdemu-daemon for openSUSE:Factory checked in at 2024-03-15 20:30:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old) and /work/SRC/openSUSE:Factory/.cdemu-daemon.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdemu-daemon" Fri Mar 15 20:30:44 2024 rev:30 rq:1158084 version:3.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes 2024-03-11 15:43:15.627033476 +0100 +++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new.1905/cdemu-daemon.changes 2024-03-15 20:31:09.815821743 +0100 @@ -1,0 +2,5 @@ +Thu Mar 14 20:47:36 UTC 2024 - Jan Engelhardt <jeng...@inai.de> + +- Add an explanation to the use of static_node + +------------------------------------------------------------------- @@ -4 +9,2 @@ -- 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. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 60-vhba.rules ++++++ --- /var/tmp/diff_new_pack.WH5qrK/_old 2024-03-15 20:31:11.079868301 +0100 +++ /var/tmp/diff_new_pack.WH5qrK/_new 2024-03-15 20:31:11.083868449 +0100 @@ -1,3 +1,8 @@ #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"