Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
snap /
core /
17212 /
etc /
init /
[ HOME SHELL ]
Name
Size
Permission
Action
apparmor.conf
3.62
KB
-rw-r--r--
cgmanager.conf
1.27
KB
-rw-r--r--
cgproxy.conf
956
B
-rw-r--r--
cloud-config.conf
236
B
-rw-r--r--
cloud-final.conf
297
B
-rw-r--r--
cloud-init-blocknet.conf
2.5
KB
-rw-r--r--
cloud-init-container.conf
1.98
KB
-rw-r--r--
cloud-init-local.conf
379
B
-rw-r--r--
cloud-init-nonet.conf
1.86
KB
-rw-r--r--
cloud-init.conf
202
B
-rw-r--r--
cloud-log-shutdown.conf
562
B
-rw-r--r--
console-font.conf
250
B
-rw-r--r--
console-setup.conf
509
B
-rw-r--r--
cron.conf
297
B
-rw-r--r--
dbus.conf
482
B
-rw-r--r--
hostname.conf
284
B
-rw-r--r--
hostname.sh.conf
300
B
-rw-r--r--
hwclock-save.conf
561
B
-rw-r--r--
hwclock.conf
674
B
-rw-r--r--
hwclock.sh.conf
109
B
-rw-r--r--
kmod.conf
689
B
-rw-r--r--
network-interface-container.co...
530
B
-rw-r--r--
network-interface-security.con...
1.71
KB
-rw-r--r--
network-interface.conf
933
B
-rw-r--r--
networking.conf
2.43
KB
-rw-r--r--
passwd.conf
568
B
-rw-r--r--
procps-instance.conf
363
B
-rw-r--r--
procps.conf
119
B
-rw-r--r--
resolvconf.conf
457
B
-rw-r--r--
rfkill-restore.conf
365
B
-rw-r--r--
rfkill-store.conf
357
B
-rw-r--r--
rsyslog.conf
426
B
-rw-r--r--
setvtrgb.conf
230
B
-rw-r--r--
ssh.conf
641
B
-rw-r--r--
ubuntu-fan.conf
239
B
-rw-r--r--
udev.conf
337
B
-rw-r--r--
udevmonitor.conf
360
B
-rw-r--r--
udevtrigger.conf
352
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : network-interface-security.conf
# network-interface-security - configure network device security # # This is a one-time start-up script to load AppArmor profiles needed # before the network comes up. description "configure network device security" # In order to avoid upstart bug LP: #447654, we cannot have an AND # statement here (with the ORs). An "and virtual-filesystems" is desired # here to make sure that the securityfs is mounted, but since each of the # ORed services already require virtual-filesystems be mounted, this is safe: start on (starting network-interface or starting network-manager or starting networking) stop on (stopped network-interface JOB=$JOB INTERFACE=$INTERFACE or stopped network-manager JOB=$JOB or stopped networking JOB=$JOB) # In order to handle the lack of upstart feature LP: #568860, we need to # run multiple times, for each of the above "starting" service instances, or # else another one might run while we're running, and not wait for us to # finish. instance $JOB${INTERFACE:+/}${INTERFACE:-} # Since we need these profiles to be loaded before any of the above services # begin running, this service must be a pre-start so that its pre-start # script finishes before the above services' start scripts begin. pre-start script [ -f /run/network-interface-security ] && exit 0 # already ran [ -d /rofs/etc/apparmor.d ] && exit 0 # do not load on liveCD [ -d /sys/module/apparmor ] || exit 0 # do not load without AppArmor [ -x /sbin/apparmor_parser ] || exit 0 # do not load without parser for link in /etc/apparmor/init/network-interface-security/* ; do [ -L $link ] && /sbin/apparmor_parser -r -W $link || true done > /run/network-interface-security end script
Close