File: meshtastic_tun.rules

package info (click to toggle)
meshtastic 2.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: python: 10,771; sh: 76; makefile: 33
file content (4 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
# for userspace access to the TUN network interface by meshtastic.  Add your user to the netdev group.
# gives access via /dev/net/tun permissions
# install via sudo cp meshtastic_tun.rules /etc/udev/rules.d/
KERNEL=="tun", GROUP="netdev", MODE="0660", OPTIONS+="static_node=net/tun"