rules: fuse: do not mount fusectl from udev rules

All mounting is done by systemd now. Non-systemd systems
need to ship their own rules if they want fusefs be auto-mounted.
This commit is contained in:
Kay Sievers 2011-09-26 21:37:23 +02:00
parent a3321f687b
commit fe9e1a0d4e

View file

@ -96,8 +96,7 @@ KERNEL=="rfkill", MODE="0644"
# CPU
KERNEL=="cpu[0-9]*", MODE="0444"
KERNEL=="fuse", ACTION=="add", MODE="0666", OPTIONS+="static_node=fuse", \
RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
KERNEL=="fuse", ACTION=="add", MODE="0666", OPTIONS+="static_node=fuse"
SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"
KERNEL=="mmtimer", MODE="0644"