Hi

On Fri, 04 Nov 2016 15:11:59 +0100 Michael Biebl <bi...@debian.org> wrote:
> Package: fuse
> Version: 2.9.7-1
> Severity: important
> File: /lib/udev/rules.d/60-fuse.rules
> 
> Hi,
> 
> I see fuse ships /lib/udev/rules.d/60-fuse.rules, which contains
> 
> KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse"
> ACTION=="add", SUBSYSTEM=="module", KERNEL=="fuse", RUN+="/bin/mount -t 
> fusectl fusectl /sys/fs/fuse/connections"
> 
> This conflicts / duplicates what is already shipped in udev/systemd:
> 
> udev:
> /lib/udev/rules.d/50-udev-default.rules:KERNEL=="fuse", MODE="0666", 
> OPTIONS+="static_node=fuse"
> 
> systemd:
> /lib/udev/rules.d/99-systemd.rules:SUBSYSTEM=="module", KERNEL=="fuse", 
> TAG+="systemd", ENV{SYSTEMD_WANTS}+="sys-fs-fuse-connections.mount"
> 
> The first line duplicates an existing rule and the second one runs
> mount, but mount should never be called from within udev rules.
> Especially under systemd.
> 
> Please consider dropping that udev rules file from fuse.

Any updates here? Can I offer help by making an NMU?

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to