rules: mount fuse filesystem only 'add'

This commit is contained in:
Kay Sievers 2011-07-13 02:49:34 +02:00
parent fdf0856f23
commit b3ca87a04a

View File

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