Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.119.102.106
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-49 /
security /
Delete
Unzip
Name
Size
Permission
Date
Action
apparmor
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
bpf
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
integrity
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
keys
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
landlock
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
loadpin
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
lockdown
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
safesetid
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
selinux
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
smack
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
tomoyo
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
yama
[ DIR ]
drwxr-xr-x
2024-11-20 06:28
Kconfig
9.71
KB
-rw-r--r--
2024-11-06 15:57
Kconfig.hardening
15.06
KB
-rw-r--r--
2024-03-10 20:38
Makefile
936
B
-rw-r--r--
2024-03-10 20:38
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_SECURITY) += lsm_syscalls.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/