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 /
samples /
Delete
Unzip
Name
Size
Permission
Date
Action
acrn
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
auxdisplay
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
binderfs
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
bpf
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
configfs
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
connector
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
fanotify
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
ftrace
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
hidraw
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
hw_breakpoint
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kdb
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kfifo
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kmemleak
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kobject
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
kprobes
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
landlock
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
livepatch
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
mei
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
nitro_enclaves
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
pidfd
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
pktgen
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
qmi
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
rpmsg
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
seccomp
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
timers
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
trace_events
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
trace_printk
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
uhid
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
v4l
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
vfio-mdev
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
vfs
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
watch_queue
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
watchdog
[ DIR ]
drwxr-xr-x
2026-06-27 06:50
Kconfig
7.22
KB
-rw-r--r--
2026-06-20 00:54
Makefile
1.34
KB
-rw-r--r--
2026-06-20 00:54
Save
Rename
# SPDX-License-Identifier: GPL-2.0 # Makefile for Linux samples code subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs 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_PRINTK) += trace_printk/ obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += 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/ subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/