[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.147.57.217: ~ $
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

ACTION=="remove", GOTO="systemd_end"

SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*|xvc*|hvsi*|ttysclp*|sclp_line*|3270/tty[0-9]*", TAG+="systemd"

KERNEL=="vport*", TAG+="systemd"

SUBSYSTEM=="block", KERNEL!="ram*", TAG+="systemd"
SUBSYSTEM=="block", KERNEL!="ram*", ACTION=="add", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", ENV{SYSTEMD_READY}="0"

# Ignore encrypted devices with no identified superblock on it, since
# we are probably still calling mke2fs or mkswap on it.
SUBSYSTEM=="block", KERNEL!="ram*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_TABLE_TYPE}=="", ENV{ID_FS_USAGE}=="", ENV{SYSTEMD_READY}="0"

# Ignore raid devices that are not yet assembled and started
SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", KERNEL=="md*", TEST!="md/array_state", ENV{SYSTEMD_READY}="0"
SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", KERNEL=="md*", ATTR{md/array_state}=="|clear|inactive", ENV{SYSTEMD_READY}="0"

# Ignore loop devices that don't have any file attached
SUBSYSTEM=="block", KERNEL=="loop[0-9]*", ENV{DEVTYPE}=="disk", TEST!="loop/backing_file", ENV{SYSTEMD_READY}="0"

# Ignore nbd devices in the "add" event, with "change" the nbd is ready
ACTION=="add", SUBSYSTEM=="block", KERNEL=="nbd*", ENV{SYSTEMD_READY}="0"

# We need a hardware independent way to identify network devices. We
# use the /sys/subsystem path for this. Current vanilla kernels don't
# actually support that hierarchy right now, however upcoming kernels
# will. HAL and udev internally support /sys/subsystem already, hence
# it should be safe to use this here, too. This is mostly just an
# identification string for systemd, so whether the path actually is
# accessible or not does not matter as long as it is unique and in the
# filesystem namespace.
#
# http://cgit.freedesktop.org/systemd/systemd/tree/src/libudev/libudev-enumerate.c#n922

SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/net/devices/$name"
SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/bluetooth/devices/%k"

SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}+="bluetooth.target"
ENV{ID_SMARTCARD_READER}=="?*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="smartcard.target"
SUBSYSTEM=="sound", KERNEL=="card*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="sound.target"

SUBSYSTEM=="printer", TAG+="systemd", ENV{SYSTEMD_WANTS}+="printer.target"
SUBSYSTEM=="usb", KERNEL=="lp*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="printer.target"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="printer.target"

# Apply sysctl variables to network devices (and only to those) as they appear.

ACTION=="add", SUBSYSTEM=="net", KERNEL!="lo", RUN+="/usr/lib/systemd/systemd-sysctl --prefix=/net/ipv4/conf/$name --prefix=/net/ipv4/neigh/$name --prefix=/net/ipv6/conf/$name --prefix=/net/ipv6/neigh/$name"

# Pull in backlight save/restore for all backlight devices and
# keyboard backlights

SUBSYSTEM=="backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@backlight:$name.service"
SUBSYSTEM=="leds", KERNEL=="*kbd_backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"

# Pull in rfkill save/restore for all rfkill devices

SUBSYSTEM=="rfkill", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/rfkill/devices/%k", ENV{SYSTEMD_WANTS}+="systemd-rfkill@$name.service"

# Asynchronously mount file systems implemented by these modules as
# soon as they are loaded.

SUBSYSTEM=="module", KERNEL=="fuse", TAG+="systemd", ENV{SYSTEMD_WANTS}+="sys-fs-fuse-connections.mount"
SUBSYSTEM=="module", KERNEL=="configfs", TAG+="systemd", ENV{SYSTEMD_WANTS}+="sys-kernel-config.mount"

LABEL="systemd_end"

Filemanager

Name Type Size Permission Actions
10-dm.rules File 7.1 KB 0444
13-dm-disk.rules File 1.75 KB 0444
40-redhat-disable-dell-ir-camera.rules File 135 B 0644
40-redhat-disable-lenovo-ir-camera.rules File 496 B 0644
40-redhat.rules File 1.74 KB 0644
42-usb-hid-pm.rules File 2.16 KB 0644
50-udev-default.rules File 3.21 KB 0644
60-alias-kmsg.rules File 357 B 0644
60-cdrom_id.rules File 910 B 0644
60-drm.rules File 153 B 0644
60-evdev.rules File 532 B 0644
60-keyboard.rules File 821 B 0644
60-net.rules File 129 B 0644
60-persistent-alsa.rules File 616 B 0644
60-persistent-input.rules File 2.41 KB 0644
60-persistent-serial.rules File 947 B 0644
60-persistent-storage-tape.rules File 1.53 KB 0644
60-persistent-storage.rules File 7.1 KB 0644
60-persistent-v4l.rules File 769 B 0644
60-raw.rules File 326 B 0644
60-rdma-ndd.rules File 230 B 0644
60-srp_daemon.rules File 206 B 0644
61-accelerometer.rules File 166 B 0644
64-btrfs-dm.rules File 387 B 0644
64-btrfs.rules File 418 B 0644
70-mouse.rules File 734 B 0644
70-power-switch.rules File 706 B 0644
70-touchpad.rules File 345 B 0644
70-uaccess.rules File 2.53 KB 0644
71-biosdevname.rules File 1.06 KB 0644
71-seat.rules File 2.3 KB 0644
73-idrac.rules File 316 B 0644
73-seat-late.rules File 596 B 0644
75-net-description.rules File 452 B 0644
75-probe_mtd.rules File 174 B 0644
75-rdma-description.rules File 1.84 KB 0644
75-tty-description.rules File 426 B 0644
76-phys-port-name.rules File 473 B 0644
78-sound-card.rules File 4.3 KB 0644
80-drivers.rules File 618 B 0644
80-net-name-slot.rules File 491 B 0644
80-net-setup-link.rules File 292 B 0644
81-kvm-rhel.rules File 92 B 0644
84-nm-drivers.rules File 523 B 0644
85-nm-unmanaged.rules File 1.76 KB 0644
90-alsa-tools-firmware.rules File 771 B 0644
90-iprutils.rules File 70 B 0644
90-iwpmd.rules File 77 B 0644
90-nm-thunderbolt.rules File 576 B 0644
90-rdma-hw-modules.rules File 1.7 KB 0644
90-rdma-ulp-modules.rules File 645 B 0644
90-rdma-umad.rules File 142 B 0644
90-vconsole.rules File 441 B 0644
91-drm-modeset.rules File 56 B 0644
95-dm-notify.rules File 483 B 0444
95-udev-late.rules File 155 B 0644
98-kexec.rules File 689 B 0644
98-rdma.rules File 960 B 0644
99-qemu-guest-agent.rules File 130 B 0644
99-systemd.rules File 3.98 KB 0644
99-vz-memory-hotplug.rules File 81 B 0644