Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-4.4.0-210 /
security /
Delete
Unzip
Name
Size
Permission
Date
Action
apparmor
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
integrity
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
keys
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
selinux
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
smack
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
tomoyo
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
yama
[ DIR ]
drwxr-xr-x
2021-04-21 07:33
Kconfig
5.88
KB
-rw-r--r--
2021-04-16 11:57
Makefile
900
B
-rw-r--r--
2016-01-11 00:01
Save
Rename
# # Makefile for the kernel security code # obj-$(CONFIG_KEYS) += keys/ subdir-$(CONFIG_SECURITY_SELINUX) += selinux subdir-$(CONFIG_SECURITY_SMACK) += smack subdir-$(CONFIG_SECURITY_TOMOYO) += tomoyo subdir-$(CONFIG_SECURITY_APPARMOR) += apparmor subdir-$(CONFIG_SECURITY_YAMA) += yama # always enable default capabilities obj-y += commoncap.o obj-$(CONFIG_MMU) += min_addr.o # Object file lists obj-$(CONFIG_SECURITY) += security.o obj-$(CONFIG_SECURITYFS) += inode.o obj-$(CONFIG_SECURITY_SELINUX) += selinux/ obj-$(CONFIG_SECURITY_SMACK) += smack/ obj-$(CONFIG_AUDIT) += lsm_audit.o obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/ obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/ obj-$(CONFIG_SECURITY_YAMA) += yama/ obj-$(CONFIG_CGROUP_DEVICE) += device_cgroup.o # Object integrity file lists subdir-$(CONFIG_INTEGRITY) += integrity obj-$(CONFIG_INTEGRITY) += integrity/