vsftpd 3.0.2
[tomato/tomato-dir865l.git] / release / src / router / vsftpd / seccompsandbox.h
blob20da8ca30d6702d133762f694c023cf27a60711c
1 #ifndef VSF_SECCOMPSANDBOX_H
2 #define VSF_SECCOMPSANDBOX_H
4 struct vsf_session;
6 void seccomp_sandbox_init();
8 void seccomp_sandbox_setup_prelogin(const struct vsf_session* p_sess);
10 void seccomp_sandbox_setup_postlogin(const struct vsf_session* p_sess);
12 void seccomp_sandbox_setup_postlogin_broker();
14 void seccomp_sandbox_lockdown();
16 #endif /* VSF_SECCOMPSANDBOX_H */