File: netscript-2.4.netscript.udev

package info (click to toggle)
netscript-2.4 5.5.5%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 480 kB
  • sloc: sh: 2,166; makefile: 86
file content (10 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# This file causes network devices to be brought up or down as a result
# of hardware being added or removed, including that which isn't ordinarily
# removable.
# See udev(7) for syntax.
# Allow rfkill for users in the netdev group
KERNEL=="rfkill", MODE="0664", GROUP="netdev"

# Handle allow-hotplug interfaces
SUBSYSTEM=="net", ACTION=="add|remove", RUN+="netscript-hotplug"