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-186 /
samples /
Delete
Unzip
Name
Size
Permission
Date
Action
acrn
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
auxdisplay
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
binderfs
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
bpf
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
configfs
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
connector
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
fanotify
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
ftrace
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
hidraw
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
hw_breakpoint
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kdb
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kfifo
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kmemleak
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kobject
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kprobes
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
landlock
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
livepatch
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
mei
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
nitro_enclaves
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
pidfd
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
pktgen
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
qmi
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
rpmsg
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
seccomp
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
timers
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
trace_events
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
trace_printk
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
uhid
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
v4l
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
vfio-mdev
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
vfs
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
watch_queue
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
watchdog
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
Kconfig
7.22
KB
-rw-r--r--
2026-06-21 00:49
Makefile
1.34
KB
-rw-r--r--
2026-06-21 00:49
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/