Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.126.69
128 Domain
8.2.28
aev999
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 /
src /
linux-headers-5.15.0-25 /
security /
[ HOME SHELL ]
Name
Size
Permission
Action
apparmor
[ DIR ]
drwxr-xr-x
bpf
[ DIR ]
drwxr-xr-x
integrity
[ DIR ]
drwxr-xr-x
keys
[ DIR ]
drwxr-xr-x
landlock
[ DIR ]
drwxr-xr-x
loadpin
[ DIR ]
drwxr-xr-x
lockdown
[ DIR ]
drwxr-xr-x
safesetid
[ DIR ]
drwxr-xr-x
selinux
[ DIR ]
drwxr-xr-x
smack
[ DIR ]
drwxr-xr-x
tomoyo
[ DIR ]
drwxr-xr-x
yama
[ DIR ]
drwxr-xr-x
Kconfig
11.23
KB
-rw-r--r--
Kconfig.hardening
10.36
KB
-rw-r--r--
Makefile
892
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the kernel security code # obj-$(CONFIG_KEYS) += keys/ # 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_SECURITY) += lsm_audit.o obj-$(CONFIG_SECURITY_TOMOYO) += tomoyo/ obj-$(CONFIG_SECURITY_APPARMOR) += apparmor/ obj-$(CONFIG_SECURITY_YAMA) += yama/ obj-$(CONFIG_SECURITY_LOADPIN) += loadpin/ obj-$(CONFIG_SECURITY_SAFESETID) += safesetid/ obj-$(CONFIG_SECURITY_LOCKDOWN_LSM) += lockdown/ obj-$(CONFIG_CGROUPS) += device_cgroup.o obj-$(CONFIG_BPF_LSM) += bpf/ obj-$(CONFIG_SECURITY_LANDLOCK) += landlock/ # Object integrity file lists obj-$(CONFIG_INTEGRITY) += integrity/
Close