Juergen Daubert
01cd72c3f8
we have to add our own rules file, which contains only one rules so far, because udev 174 comes without a rule for mounting the fusectl system. See http://tinyurl.com/3uabdln Adding the rule to the fuse port isn't a senseful option, because udev still has one rule for fuse. Well, I bet we have to do similar things more often in the future, because udev is going to be systemd centric.
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
#
|
|
# 81-crux.rules
|
|
#
|
|
|
|
KERNEL=="fuse", ACTION=="add", RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
|
|
|