index
:
potd.git
A high scalable low to medium interactive SSH/TCP honeypot using Linux Namespaces, capabilities, seccomp, cgroups designed for OpenWrt and IoT devices.
log msg
author
committer
range
feature/jail_packet
feature/jail_protocol
master
skeleton
thesis
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
filesystem.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/filesystem.h')
-rw-r--r--
src/filesystem.h
14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/filesystem.h b/src/filesystem.h
new file mode 100644
index 0000000..af3517b
--- /dev/null
+++ b/
src/filesystem.h
@@ -0,0 +1,14 @@
+#ifndef POTD_FILESYSTEM_H
+#define POTD_FILESYSTEM_H 1
+
+void fs_mnt(void);
+
+void fs_proc_sys(void);
+
+void fs_var_lock(void);
+
+void fs_var_tmp(void);
+
+void fs_basic_fs(void);
+
+#endif