Home
last modified time | relevance | path

Searched refs:sys_privdrop (Results 1 – 11 of 11) sorted by relevance

/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/
H A Ddefaults.t.c44 fail_unless(0 == sys_privdrop(DFLT_DROPUSER, NULL, NULL), in START_TEST()
58 fail_unless(0 == sys_privdrop(DFLT_DROPUSER, NULL, NULL), in START_TEST()
/dports/security/sslsplit/sslsplit-0.5.5/
H A Ddefaults.t.c45 fail_unless(0 == sys_privdrop(DFLT_DROPUSER, NULL, NULL), in START_TEST()
59 fail_unless(0 == sys_privdrop(DFLT_DROPUSER, NULL, NULL), in START_TEST()
H A Dsys.h38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
H A Dmain.c856 if (sys_privdrop(opts->dropuser, opts->dropgroup, in main()
H A Dsys.c78 sys_privdrop(const char *username, const char *groupname, const char *jaildir) in sys_privdrop() function
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A Dsys.h38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
H A Dmain.c388 if (sys_privdrop(opts->dropuser, opts->dropgroup, in main()
H A Dsys.c78 sys_privdrop(const char *username, const char *groupname, const char *jaildir) in sys_privdrop() function
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dsys.h38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
H A Dsys.c78 sys_privdrop(const char *username, const char *groupname, const char *jaildir) in sys_privdrop() function
H A Dmain.c1078 if (sys_privdrop(global->dropuser, global->dropgroup, in main()