diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-06-23 13:02:14 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-06-23 13:02:14 +0200 |
commit | 5c03f3f3e32a3c4d9b30e8765e1082dd9886020c (patch) | |
tree | 6f8f3b886d900924894bb09ba32dfa9be5ccb34b /src/filesystem.h | |
parent | 2ada2322f6d8dc31c22b563acd7c2fb9d87cb8a3 (diff) |
improved filesystem managment (blacklisting, mounting read-only/read-write objects), improved jail/pty handling
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/filesystem.h')
-rw-r--r-- | src/filesystem.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/filesystem.h b/src/filesystem.h index af3517b..bd801f6 100644 --- a/src/filesystem.h +++ b/src/filesystem.h @@ -1,13 +1,9 @@ #ifndef POTD_FILESYSTEM_H #define POTD_FILESYSTEM_H 1 -void fs_mnt(void); +void fs_disable_files(const char *newroot); -void fs_proc_sys(void); - -void fs_var_lock(void); - -void fs_var_tmp(void); +void fs_proc_sys(const char *newroot); void fs_basic_fs(void); |