summaryrefslogtreecommitdiffstats
path: root/package/hotplug2/files/hotplug2-init.rules
blob: 6efd5466891c1023673674af2fa50aaad92f65c5 (plain)
1
2
3
4
5
6
7
8
9
DEVICENAME ~~ (tun|tap[0-9]) {
	makedev /dev/net/%DEVICENAME% 0644
	next
}

DEVPATH is set {
	makedev /dev/%DEVICENAME% 0644
}