Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
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-5.15.0-185 /
security /
Delete
Unzip
Name
Size
Permission
Date
Action
apparmor
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
bpf
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
integrity
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
keys
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
landlock
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
loadpin
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
lockdown
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
safesetid
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
selinux
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
smack
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
tomoyo
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
yama
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
Kconfig
11.77
KB
-rw-r--r--
2026-06-20 00:54
Kconfig.hardening
10.85
KB
-rw-r--r--
2026-06-20 00:54
Makefile
892
B
-rw-r--r--
2021-11-01 05:53
Save
Rename
# 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/