~ubuntu-branches/ubuntu/utopic/vsftpd/utopic-proposed

« back to all changes in this revision

Viewing changes to secutil.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-03 17:49:00 UTC
  • mto: (2.4.1 sid) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20090503174900-0osuifgr8jknvu5e
Tags: upstream-2.1.1~pre1
ImportĀ upstreamĀ versionĀ 2.1.1~pre1

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#define VSF_SECUTIL_OPTION_USE_GROUPS   2
29
29
/* Do the chdir() as the effective userid of the target user */
30
30
#define VSF_SECUTIL_OPTION_CHANGE_EUID  4
 
31
/* Use RLIMIT_NOFILE to prevent the opening of new fds */
 
32
#define VSF_SECUTIL_OPTION_NO_FDS       8
31
33
 
32
34
void vsf_secutil_change_credentials(const struct mystr* p_user_str,
33
35
                                    const struct mystr* p_dir_str,