1 #ifndef VSF_FTPPOLICY_H
2 #define VSF_FTPPOLICY_H
4 /* Forward delcarations */
10 * Sets up a sandbox policy according to the currently enabled options.
12 * p_sandbox - the sandbox to set the policy on
13 * p_sess - current vsftpd session object
15 void policy_setup(struct pt_sandbox
* p_sandbox
,
16 const struct vsf_session
* p_sess
);
18 #endif /* VSF_FTPPOLICY_H */