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 /
samples /
[ HOME SHELL ]
Name
Size
Permission
Action
acrn
[ DIR ]
drwxr-xr-x
auxdisplay
[ DIR ]
drwxr-xr-x
binderfs
[ DIR ]
drwxr-xr-x
bpf
[ DIR ]
drwxr-xr-x
cgroup
[ DIR ]
drwxr-xr-x
configfs
[ DIR ]
drwxr-xr-x
connector
[ DIR ]
drwxr-xr-x
coresight
[ DIR ]
drwxr-xr-x
fanotify
[ DIR ]
drwxr-xr-x
fprobe
[ DIR ]
drwxr-xr-x
ftrace
[ DIR ]
drwxr-xr-x
hid
[ DIR ]
drwxr-xr-x
hidraw
[ DIR ]
drwxr-xr-x
hw_breakpoint
[ DIR ]
drwxr-xr-x
kdb
[ DIR ]
drwxr-xr-x
kfifo
[ DIR ]
drwxr-xr-x
kmemleak
[ DIR ]
drwxr-xr-x
kobject
[ DIR ]
drwxr-xr-x
kprobes
[ DIR ]
drwxr-xr-x
landlock
[ DIR ]
drwxr-xr-x
livepatch
[ DIR ]
drwxr-xr-x
mei
[ DIR ]
drwxr-xr-x
nitro_enclaves
[ DIR ]
drwxr-xr-x
pfsm
[ DIR ]
drwxr-xr-x
pidfd
[ DIR ]
drwxr-xr-x
pktgen
[ DIR ]
drwxr-xr-x
qmi
[ DIR ]
drwxr-xr-x
rpmsg
[ DIR ]
drwxr-xr-x
rust
[ DIR ]
drwxr-xr-x
seccomp
[ DIR ]
drwxr-xr-x
timers
[ DIR ]
drwxr-xr-x
trace_events
[ DIR ]
drwxr-xr-x
trace_printk
[ DIR ]
drwxr-xr-x
uhid
[ DIR ]
drwxr-xr-x
user_events
[ DIR ]
drwxr-xr-x
v4l
[ DIR ]
drwxr-xr-x
vfio-mdev
[ DIR ]
drwxr-xr-x
vfs
[ DIR ]
drwxr-xr-x
watchdog
[ DIR ]
drwxr-xr-x
watch_queue
[ DIR ]
drwxr-xr-x
Kconfig
9.2
KB
-rw-r--r--
Makefile
1.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # Makefile for Linux samples code subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs subdir-$(CONFIG_SAMPLE_CGROUP) += cgroup obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/ subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ obj-$(CONFIG_SAMPLE_KDB) += kdb/ obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp subdir-$(CONFIG_SAMPLE_TIMER) += timers obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/ obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/ obj-$(CONFIG_SAMPLE_FTRACE_OPS) += ftrace/ obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/ subdir-$(CONFIG_SAMPLE_UHID) += uhid obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ obj-y += vfio-mdev/ subdir-$(CONFIG_SAMPLE_VFS) += vfs obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/ obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/ subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue obj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/ obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/ obj-$(CONFIG_SAMPLE_FPROBE) += fprobe/ obj-$(CONFIG_SAMPLES_RUST) += rust/
Close