✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/udev/rules.d//99-systemd.rules
#  SPDX-License-Identifier: LGPL-2.1-or-later
#
#  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=="ubi", TAG+="systemd"

SUBSYSTEM=="block", TAG+="systemd"

# We can't make any conclusions about suspended DM devices so let's just import previous SYSTEMD_READY state and skip other rules
SUBSYSTEM=="block", ENV{DM_SUSPENDED}=="1", IMPORT{db}="SYSTEMD_READY", GOTO="systemd_end"
SUBSYSTEM=="block", 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", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_TABLE_TYPE}=="", ENV{ID_FS_USAGE}=="", ENV{SYSTEMD_READY}="0"

# Explicitly set SYSTEMD_READY=1 for DM devices that don't have it set yet, so that we always have something to import above
SUBSYSTEM=="block", ENV{DM_UUID}=="?*", ENV{SYSTEMD_READY}=="", ENV{SYSTEMD_READY}="1"

# add symlink to GPT root disk
SUBSYSTEM=="block", ENV{ID_PART_GPT_AUTO_ROOT}=="1", ENV{ID_FS_TYPE}!="crypto_LUKS", SYMLINK+="gpt-auto-root"
SUBSYSTEM=="block", ENV{ID_PART_GPT_AUTO_ROOT}=="1", ENV{ID_FS_TYPE}=="crypto_LUKS", SYMLINK+="gpt-auto-root-luks"
SUBSYSTEM=="block", ENV{DM_UUID}=="CRYPT-*", ENV{DM_NAME}=="root", SYMLINK+="gpt-auto-root"

# 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 until the PID file exists (which signals a connected device)
SUBSYSTEM=="block", KERNEL=="nbd*", ENV{DEVTYPE}=="disk", TEST!="pid", ENV{SYSTEMD_READY}="0"

# We need a hardware independent way to identify network devices. We
# use the /sys/subsystem/ path for this. Kernel "bus" and "class" names
# should be treated as one namespace, like udev handles it. 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.

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", \
  ENV{SYSTEMD_WANTS}+="bluetooth.target", ENV{SYSTEMD_USER_WANTS}+="bluetooth.target"

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

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

SUBSYSTEM=="udc", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="usb-gadget.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", ENV{SYSTEMD_RFKILL}="1"
SUBSYSTEM=="rfkill", IMPORT{builtin}="path_id"
SUBSYSTEM=="misc", KERNEL=="rfkill", TAG+="systemd", ENV{SYSTEMD_WANTS}+="systemd-rfkill.socket"

# 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"

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
7 Aug 2026 4.57 AM
root / root
0755
01-md-raid-creating.rules
0.313 KB
28 Jul 2026 10.36 AM
root / root
0644
10-dm.rules
7.316 KB
3 Jun 2026 10.51 AM
root / root
0444
11-dm-parts.rules
1.408 KB
5 Apr 2026 12.24 AM
root / root
0644
13-dm-disk.rules
2.252 KB
3 Jun 2026 10.51 AM
root / root
0444
40-elevator.rules
0.711 KB
25 Jun 2026 12.24 AM
root / root
0644
40-redhat.rules
1.967 KB
25 Jun 2026 12.24 AM
root / root
0644
40-usb-blacklist.rules
0.447 KB
31 Oct 2021 1.36 AM
root / root
0644
50-udev-default.rules
5.276 KB
25 Jun 2026 12.27 AM
root / root
0644
60-autosuspend.rules
0.688 KB
31 Oct 2022 6.59 PM
root / root
0644
60-block.rules
0.687 KB
31 Oct 2022 6.59 PM
root / root
0644
60-cdrom_id.rules
1.046 KB
31 Oct 2022 6.59 PM
root / root
0644
60-drm.rules
0.403 KB
31 Oct 2022 6.59 PM
root / root
0644
60-evdev.rules
0.967 KB
31 Oct 2022 6.59 PM
root / root
0644
60-fido-id.rules
0.479 KB
31 Oct 2022 6.59 PM
root / root
0644
60-input-id.rules
0.275 KB
31 Oct 2022 6.59 PM
root / root
0644
60-net.rules
0.126 KB
27 Aug 2024 11.35 AM
root / root
0644
60-persistent-alsa.rules
0.602 KB
31 Oct 2022 6.59 PM
root / root
0644
60-persistent-input.rules
2.655 KB
31 Oct 2022 6.59 PM
root / root
0644
60-persistent-storage-tape.rules
2.152 KB
31 Oct 2022 6.59 PM
root / root
0644
60-persistent-storage.rules
10.646 KB
25 Jun 2026 12.24 AM
root / root
0644
60-persistent-v4l.rules
0.751 KB
31 Oct 2022 6.59 PM
root / root
0644
60-sensor.rules
1.58 KB
31 Oct 2022 6.59 PM
root / root
0644
60-serial.rules
1.109 KB
25 Jun 2026 12.24 AM
root / root
0644
60-tpm-udev.rules
0.237 KB
26 Apr 2024 11.53 AM
root / root
0644
60_flashrom.rules
3.306 KB
11 Feb 2022 9.46 PM
root / root
0644
61-scsi-sg3_id.rules
6.21 KB
5 Nov 2021 11.31 PM
root / root
0644
63-fc-wwpn-id.rules
0.609 KB
29 Apr 2019 7.13 AM
root / root
0644
63-md-raid-arrays.rules
2.537 KB
28 Jul 2026 10.36 AM
root / root
0644
63-scsi-sg3_symlink.rules
2.9 KB
4 Aug 2026 10.02 PM
root / root
0644
64-btrfs.rules
0.602 KB
25 Jun 2026 12.27 AM
root / root
0644
64-md-raid-assembly.rules
2.318 KB
28 Jul 2026 10.36 AM
root / root
0644
65-persistent-net-nbft.rules
0.115 KB
8 Apr 2026 7.02 PM
root / root
0644
65-scsi-cciss_id.rules
0.715 KB
18 Sep 2017 7.15 PM
root / root
0644
66-kpartx.rules
1.359 KB
5 Apr 2026 12.24 AM
root / root
0644
66-md-auto-readd.rules
0.874 KB
28 Jul 2026 10.33 AM
root / root
0644
68-del-part-nodes.rules
1.115 KB
5 Apr 2026 12.24 AM
root / root
0644
69-md-clustered-confirm-device.rules
0.838 KB
28 Jul 2026 10.36 AM
root / root
0644
70-camera.rules
0.274 KB
31 Oct 2022 6.59 PM
root / root
0644
70-joystick.rules
0.422 KB
31 Oct 2022 6.59 PM
root / root
0644
70-memory.rules
0.18 KB
31 Oct 2022 6.59 PM
root / root
0644
70-mouse.rules
0.717 KB
31 Oct 2022 6.59 PM
root / root
0644
70-nvmf-autoconnect.rules
1.998 KB
8 Apr 2026 7.02 PM
root / root
0644
70-nvmf-keys.rules
0.261 KB
8 Apr 2026 7.02 PM
root / root
0644
70-power-switch.rules
0.563 KB
31 Oct 2022 6.59 PM
root / root
0644
70-touchpad.rules
0.462 KB
31 Oct 2022 6.59 PM
root / root
0644
70-uaccess.rules
3.664 KB
25 Jun 2026 12.27 AM
root / root
0644
71-nvmf-hpe.rules
0.365 KB
8 Apr 2026 7.02 PM
root / root
0644
71-nvmf-netapp.rules
0.516 KB
8 Apr 2026 7.02 PM
root / root
0644
71-nvmf-vastdata.rules
0.328 KB
8 Apr 2026 7.02 PM
root / root
0644
71-prefixdevname.rules
0.394 KB
25 Mar 2022 3.11 PM
root / root
0644
71-seat.rules
3.729 KB
25 Jun 2026 12.27 AM
root / root
0644
73-seat-late.rules
0.628 KB
25 Jun 2026 12.27 AM
root / root
0644
75-net-description.rules
0.5 KB
25 Jun 2026 12.24 AM
root / root
0644
75-probe_mtd.rules
0.17 KB
31 Oct 2022 6.59 PM
root / root
0644
78-sound-card.rules
4.703 KB
31 Oct 2022 6.59 PM
root / root
0644
80-drivers.rules
0.586 KB
31 Oct 2022 6.59 PM
root / root
0644
80-net-setup-link.rules
0.288 KB
31 Oct 2022 6.59 PM
root / root
0644
80-udisks2.rules
10.386 KB
20 Oct 2025 1.58 PM
root / root
0644
81-net-dhcp.rules
0.516 KB
31 Oct 2022 6.59 PM
root / root
0644
84-nm-drivers.rules
0.521 KB
12 Dec 2025 3.24 PM
root / root
0644
85-nm-unmanaged.rules
1.966 KB
12 Dec 2025 3.24 PM
root / root
0644
90-nm-thunderbolt.rules
0.574 KB
12 Dec 2025 3.24 PM
root / root
0644
90-pipewire-alsa.rules
13.364 KB
19 Mar 2026 8.52 AM
root / root
0644
90-vconsole.rules
0.478 KB
25 Jun 2026 12.27 AM
root / root
0644
91-drm-modeset.rules
0.055 KB
4 Apr 2026 9.27 PM
root / root
0644
95-dm-notify.rules
0.472 KB
3 Jun 2026 10.51 AM
root / root
0444
95-upower-hid.rules
7.919 KB
11 Feb 2022 7.06 AM
root / root
0644
95-upower-wup.rules
0.346 KB
11 Feb 2022 7.06 AM
root / root
0644
98-kexec.rules
0.885 KB
8 Apr 2026 6.11 PM
root / root
0644
99-nfs.rules
0.093 KB
8 Apr 2026 4.13 PM
root / root
0644
99-systemd.rules
4.921 KB
25 Jun 2026 12.27 AM
root / root
0644
README
0.425 KB
31 Oct 2022 6.59 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF