linuxOS_AP05/debian/test/usr/lib/udev/rules.d/80-ifupdown.rules

6 lines
190 B
Plaintext
Raw Permalink Normal View History

2025-09-26 01:40:02 +00:00
# Allow rfkill for users in the netdev group
KERNEL=="rfkill", MODE="0664", GROUP="netdev"
# Handle allow-hotplug interfaces
SUBSYSTEM=="net", ACTION=="add|remove", RUN+="ifupdown-hotplug"