aboutsummaryrefslogtreecommitdiff
path: root/src/filesystem.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-06-21 16:21:45 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-06-21 16:21:45 +0200
commit2ada2322f6d8dc31c22b563acd7c2fb9d87cb8a3 (patch)
tree2d4d81adf5a6bab0dbf2769b922e198903c52c04 /src/filesystem.h
parentd55e1fab5116cb63e84203bc1715a63205bf1e37 (diff)
introduced firejail alike filesystem managment (modified source from firejail)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/filesystem.h')
-rw-r--r--src/filesystem.h14
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