On Mon, Oct 03, 2022 at 02:17:04AM +0000, Branko wrote: > > cat /etc/udev/rules.d/99-zz-network.rules: > ACTION=="add", DRIVERS=="?*", ATTR{address}=="11:22:33:44:55:66", > NAME="wlan17", OWNER="chosen_user", GROUP="chosen_group", MODE="0666" Network devices do not have a group/owner/mode at all. > I know it does get triggered, since after replugging the WIFi stick I > do get "wlan17" interface.But resulting created device in > /dev/bus/usb/00x/00y gets created with MODE=0640 and root:usb That is the usbfs device node, not the network device. If this is a network device, why do you care about the usbfs connection to the device and not the normal network device name? thanks, greg k-h