Submit
Path:
~
/
/
lib
/
udev
/
rules.d
/
File Content:
50-udev-default.rules
# do not edit this file, it will be overwritten on update # run a command on remove events ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}" ACTION=="remove", GOTO="default_end" # The md driver increments diskseq *after* emitting 'change' uevent. # Drop the line below if it is fixed on the kernel side. SUBSYSTEM=="block", KERNEL=="md*", ENV{ID_IGNORE_DISKSEQ}="1" SUBSYSTEM=="virtio-ports", KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}" # select "system RTC" or just use the first one SUBSYSTEM=="rtc", ATTR{hctosys}=="1", SYMLINK+="rtc" SUBSYSTEM=="rtc", KERNEL=="rtc0", SYMLINK+="rtc", OPTIONS+="link_priority=-100" SUBSYSTEM=="hidraw", IMPORT{builtin}="hwdb" SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb" ENV{MODALIAS}!="", IMPORT{builtin}="hwdb --subsystem=$env{SUBSYSTEM}" SUBSYSTEM=="net", IMPORT{builtin}="net_driver" SUBSYSTEM=="ptp", ATTR{clock_name}=="KVM virtual PTP", SYMLINK+="ptp_kvm" SUBSYSTEM=="ptp", ATTR{clock_name}=="hyperv", SYMLINK+="ptp_hyperv" ACTION!="add", GOTO="default_end" SUBSYSTEM=="tty", KERNEL=="ptmx", GROUP="tty", MODE="0666" SUBSYSTEM=="tty", KERNEL=="tty", GROUP="tty", MODE="0666" SUBSYSTEM=="tty", KERNEL=="tty[0-9]*", GROUP="tty", MODE="0620" SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", MODE="0620" SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620" SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620" SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty" KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", GROUP="dialout" SUBSYSTEM=="mem", KERNEL=="mem|kmem|port", GROUP="kmem", MODE="0640" SUBSYSTEM=="input", GROUP="input" SUBSYSTEM=="input", KERNEL=="js[0-9]*", MODE="0664" SUBSYSTEM=="video4linux", GROUP="video" SUBSYSTEM=="graphics", GROUP="video" SUBSYSTEM=="drm", KERNEL!="renderD*", GROUP="video" SUBSYSTEM=="dvb", GROUP="video" SUBSYSTEM=="media", GROUP="video" SUBSYSTEM=="cec", GROUP="video" SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="render", MODE="0666" SUBSYSTEM=="kfd", GROUP="render", MODE="0666" SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660" SUBSYSTEM=="misc", KERNEL=="sgx_vepc", GROUP="sgx", MODE="0660" # When using static_node= with non-default permissions, also update # tmpfiles.d/static-nodes-permissions.conf.in to keep permissions synchronized. SUBSYSTEM=="sound", GROUP="audio", \ OPTIONS+="static_node=snd/seq", OPTIONS+="static_node=snd/timer" SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664" SUBSYSTEM=="firewire", TEST=="units", TEST=="model", \ IMPORT{builtin}="hwdb 'ieee1394:node:ven$attr{vendor}mo$attr{model}units$attr{units}'" SUBSYSTEM=="firewire", TEST=="units", TEST!="model", \ IMPORT{builtin}="hwdb 'ieee1394:node:ven$attr{vendor}units$attr{units}'" SUBSYSTEM=="firewire", TEST=="units", ENV{IEEE1394_UNIT_FUNCTION_MIDI}=="1", GROUP="audio" SUBSYSTEM=="firewire", TEST=="units", ENV{IEEE1394_UNIT_FUNCTION_AUDIO}=="1", GROUP="audio" SUBSYSTEM=="firewire", TEST=="units", ENV{IEEE1394_UNIT_FUNCTION_VIDEO}=="1", GROUP="video" KERNEL=="parport[0-9]*", GROUP="lp" SUBSYSTEM=="printer", KERNEL=="lp*", GROUP="lp" SUBSYSTEM=="ppdev", GROUP="lp" KERNEL=="lp[0-9]*", GROUP="lp" KERNEL=="irlpt[0-9]*", GROUP="lp" SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp" SUBSYSTEM=="block", GROUP="disk" SUBSYSTEM=="block", KERNEL=="sr[0-9]*", GROUP="cdrom" SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="4|5", GROUP="cdrom" KERNEL=="sch[0-9]*", GROUP="cdrom" KERNEL=="pktcdvd[0-9]*", GROUP="cdrom" KERNEL=="pktcdvd", GROUP="cdrom" SUBSYSTEM=="scsi_generic|scsi_tape", SUBSYSTEMS=="scsi", ATTRS{type}=="1|8", GROUP="tape" SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="0", GROUP="disk" KERNEL=="qft[0-9]*|nqft[0-9]*|zqft[0-9]*|nzqft[0-9]*|rawqft[0-9]*|nrawqft[0-9]*", GROUP="disk" KERNEL=="loop-control", GROUP="disk", OPTIONS+="static_node=loop-control" KERNEL=="btrfs-control", GROUP="disk" KERNEL=="rawctl", GROUP="disk" SUBSYSTEM=="raw", KERNEL=="raw[0-9]*", GROUP="disk" SUBSYSTEM=="aoe", GROUP="disk", MODE="0220" SUBSYSTEM=="aoe", KERNEL=="err", MODE="0440" KERNEL=="rfkill", MODE="0664" KERNEL=="tun", MODE="0666", OPTIONS+="static_node=net/tun" KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse" # The static_node is required on s390x and ppc (they are using MODULE_ALIAS) KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm" KERNEL=="vfio", MODE="0666", OPTIONS+="static_node=vfio/vfio" KERNEL=="vsock", MODE="0666" KERNEL=="vhost-vsock", GROUP="kvm", MODE="0666", OPTIONS+="static_node=vhost-vsock" KERNEL=="vhost-net", GROUP="kvm", MODE="0666", OPTIONS+="static_node=vhost-net" KERNEL=="udmabuf", GROUP="kvm" SUBSYSTEM!="dmi", GOTO="dmi_end" ENV{ID_SYS_VENDOR_IS_RUBBISH}!="1", ENV{ID_VENDOR}="$attr{sys_vendor}" ENV{ID_SYSFS_ATTRIBUTE_MODEL}=="", ENV{ID_PRODUCT_NAME_IS_RUBBISH}!="1", ENV{ID_MODEL}="$attr{product_name}" ENV{ID_SYSFS_ATTRIBUTE_MODEL}=="product_name", ENV{ID_MODEL}="$attr{product_name}" ENV{ID_SYSFS_ATTRIBUTE_MODEL}=="product_version", ENV{ID_MODEL}="$attr{product_version}" # fallback to board information ENV{ID_VENDOR}=="", ENV{ID_VENDOR}="$attr{board_vendor}" ENV{ID_MODEL}=="", ENV{ID_MODEL}="$attr{board_name}" LABEL="dmi_end" LABEL="default_end"
Submit
FILE
FOLDER
Name
Size
Permission
Action
01-md-raid-creating.rules
321 bytes
0644
10-dm.rules
7492 bytes
0444
11-dm-parts.rules
1442 bytes
0644
13-dm-disk.rules
2244 bytes
0444
40-elevator.rules
728 bytes
0644
40-redhat.rules
2014 bytes
0644
40-usb-blacklist.rules
458 bytes
0644
50-udev-default.rules
5403 bytes
0644
60-autosuspend.rules
704 bytes
0644
60-block.rules
703 bytes
0644
60-cdrom_id.rules
1071 bytes
0644
60-drm.rules
413 bytes
0644
60-evdev.rules
990 bytes
0644
60-fido-id.rules
491 bytes
0644
60-input-id.rules
282 bytes
0644
60-net.rules
129 bytes
0644
60-persistent-alsa.rules
616 bytes
0644
60-persistent-input.rules
2719 bytes
0644
60-persistent-storage-tape.rules
2204 bytes
0644
60-persistent-storage.rules
10901 bytes
0644
60-persistent-v4l.rules
769 bytes
0644
60-sensor.rules
1618 bytes
0644
60-serial.rules
1136 bytes
0644
60-tpm-udev.rules
243 bytes
0644
60_flashrom.rules
3385 bytes
0644
61-scsi-sg3_id.rules
6359 bytes
0644
63-fc-wwpn-id.rules
624 bytes
0644
63-md-raid-arrays.rules
2631 bytes
0644
63-scsi-sg3_symlink.rules
2970 bytes
0644
64-btrfs.rules
616 bytes
0644
64-md-raid-assembly.rules
2368 bytes
0644
65-libwacom.rules
1157 bytes
0644
65-scsi-cciss_id.rules
732 bytes
0644
66-kpartx.rules
1392 bytes
0644
66-md-auto-readd.rules
895 bytes
0644
68-del-part-nodes.rules
1142 bytes
0644
69-md-clustered-confirm-device.rules
858 bytes
0644
70-camera.rules
281 bytes
0644
70-joystick.rules
432 bytes
0644
70-memory.rules
184 bytes
0644
70-mouse.rules
734 bytes
0644
70-power-switch.rules
576 bytes
0644
70-touchpad.rules
473 bytes
0644
70-uaccess.rules
3752 bytes
0644
71-prefixdevname.rules
403 bytes
0644
71-seat.rules
3818 bytes
0644
73-seat-late.rules
643 bytes
0644
75-net-description.rules
512 bytes
0644
75-probe_mtd.rules
174 bytes
0644
78-sound-card.rules
4816 bytes
0644
80-drivers.rules
600 bytes
0644
80-libinput-device-groups.rules
207 bytes
0644
80-net-setup-link.rules
295 bytes
0644
80-udisks2.rules
10635 bytes
0644
81-net-dhcp.rules
528 bytes
0644
84-nm-drivers.rules
533 bytes
0644
85-nm-unmanaged.rules
2013 bytes
0644
90-fwupd-devices.rules
281 bytes
0644
90-libinput-fuzz-override.rules
1098 bytes
0644
90-nm-thunderbolt.rules
588 bytes
0644
90-pipewire-alsa.rules
13228 bytes
0644
90-vconsole.rules
489 bytes
0644
90-wireshark-usbmon.rules
48 bytes
0644
91-drm-modeset.rules
56 bytes
0644
95-dm-notify.rules
483 bytes
0444
95-upower-hid.rules
8109 bytes
0644
95-upower-wup.rules
354 bytes
0644
98-kexec.rules
695 bytes
0644
99-nfs.rules
95 bytes
0644
99-systemd.rules
5039 bytes
0644
README
435 bytes
0644
N4ST4R_ID | Naxtarrr