Linux clientvps21.redlake.in 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
LiteSpeed
: 95.216.48.241 | : 216.73.216.50
14 Domain
8.1.34
mydemowebs
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
systemd /
system-generators /
[ HOME SHELL ]
Name
Size
Permission
Action
kdump-dep-generator.sh
541
B
-rwxr-xr-x
nfs-server-generator
39.55
KB
-rwxr-xr-x
rpc-pipefs-generator
23.3
KB
-rwxr-xr-x
selinux-autorelabel-generator....
1005
B
-rwxr-xr-x
systemd-bless-boot-generator
15.09
KB
-rwxr-xr-x
systemd-cryptsetup-generator
39.77
KB
-rwxr-xr-x
systemd-debug-generator
23.57
KB
-rwxr-xr-x
systemd-fstab-generator
56.16
KB
-rwxr-xr-x
systemd-getty-generator
23.36
KB
-rwxr-xr-x
systemd-gpt-auto-generator
35.47
KB
-rwxr-xr-x
systemd-hibernate-resume-gener...
15.55
KB
-rwxr-xr-x
systemd-integritysetup-generat...
23.49
KB
-rwxr-xr-x
systemd-rc-local-generator
15.09
KB
-rwxr-xr-x
systemd-run-generator
23.55
KB
-rwxr-xr-x
systemd-system-update-generato...
15.28
KB
-rwxr-xr-x
systemd-sysv-generator
35.4
KB
-rwxr-xr-x
systemd-veritysetup-generator
35.83
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : selinux-autorelabel-generator.sh
#!/usr/bin/sh # This systemd.generator(7) detects if SELinux is running and if the # user requested an autorelabel, and if so sets the default target to # selinux-autorelabel.target, which will cause the filesystem to be # relabelled and then the system will reboot again and boot into the # real default target. PATH=/usr/sbin:$PATH unitdir=/usr/lib/systemd/system # If invoked with no arguments (for testing) write to /tmp. earlydir="/tmp" if [ -n "$2" ]; then earlydir="$2" fi set_target () { ln -sf "$unitdir/selinux-autorelabel.target" "$earlydir/default.target" AUTORELABEL="1" source /etc/selinux/config if [ "$AUTORELABEL" = "0" ]; then mkdir -p "$earlydir/selinux-autorelabel.service.d" cat > "$earlydir/selinux-autorelabel.service.d/tty.conf" <<EOF [Service] StandardInput=tty EOF fi } if selinuxenabled; then if test -f /.autorelabel; then set_target elif grep -sqE "\bautorelabel\b" /proc/cmdline; then set_target fi fi
Close