rules: mount fuse control filesystem

This commit is contained in:
Kay Sievers 2010-05-25 15:10:21 +02:00
parent a4555e40d2
commit 557b005fda
1 changed files with 3 additions and 2 deletions

View File

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