5 kx # /lib/udev/rules.d/40-radix.rules
5 kx #
5 kx # Radix custom udev rules
5 kx # Also see the following Radix-provided custom rules files:
5 kx # 65-permissions.rules and 90-network.rules
5 kx #
5 kx # Any change in this file will be overwritten in upgrades. Put your
5 kx # custom rules somewhere else (90-local.rules is a good idea).
5 kx #
5 kx # See the udev man page to know the parameters you can use in udev
5 kx # rules.
5 kx #
5 kx
5 kx # input devices
5 kx KERNEL=="mice", SYMLINK+="mouse"
5 kx
5 kx # Set rfkill device writable by netdev group
5 kx KERNEL=="rfkill", GROUP:="netdev", MODE:="0664"
5 kx
5 kx # Mount fusectl filesystem
5 kx KERNEL=="fuse", ACTION=="add", RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
5 kx
5 kx # Set default perms for /dev/ppp:
5 kx KERNEL=="ppp", MODE="0660", GROUP="dialout", OPTIONS+="static_node=ppp"