Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.135.205.102
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
pkg-kde-tools /
qt-kde-team /
3 /
[ HOME SHELL ]
Name
Size
Permission
Action
policy
[ DIR ]
drwxr-xr-x
README
2.83
KB
-rw-r--r--
commands
1.25
KB
-rw-r--r--
debian-qt-kde.mk
3.7
KB
-rw-r--r--
dhmk.mk
5.75
KB
-rw-r--r--
dhmk.pl
13.55
KB
-rwxr-xr-x
library-packages.mk
1.98
KB
-rw-r--r--
lintian.mk
972
B
-rw-r--r--
list-missing.mk
2.1
KB
-rw-r--r--
policy.mk
645
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : policy.mk
# policy.mk must be included from debian_qt_kde.mk ifdef dqk_dir dqk_disable_policy_check ?= dqk_distribution := $(shell dpkg-parsechangelog | sed -n '/^Distribution:/{ s/^Distribution:[[:space:]]*//g; p; q }') dqk_kde_major_version := $(shell echo "$(dqk_upstream_version)" | cut -d. -f1-2) # Distribution-specific policy file may not exist. It is fine ifeq (,$(filter $(dqk_distribution),$(dqk_disable_policy_check))) dqk_distribution_policy = $(dqk_dir)/policy/$(dqk_distribution).mk ifeq (yes,$(shell test -f "$(dqk_distribution_policy)" && echo yes)) include $(dqk_dir)policy/$(dqk_distribution).mk endif endif endif
Close