mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 17:09:26 +07:00
rules: mount fuse filesystem only 'add'
This commit is contained in:
parent
fdf0856f23
commit
b3ca87a04a
@ -97,7 +97,7 @@ KERNEL=="rfkill", MODE="0644"
|
|||||||
# CPU
|
# CPU
|
||||||
KERNEL=="cpu[0-9]*", MODE="0444"
|
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"
|
RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
|
||||||
|
|
||||||
SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"
|
SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"
|
||||||
|
Loading…
Reference in New Issue
Block a user