Searched refs:sys_privdrop (Results 1 – 11 of 11) sorted by relevance
/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/ |
H A D | defaults.t.c | 44 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 D | defaults.t.c | 45 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 D | sys.h | 38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
|
H A D | main.c | 856 if (sys_privdrop(opts->dropuser, opts->dropgroup, in main()
|
H A D | sys.c | 78 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 D | sys.h | 38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
|
H A D | main.c | 388 if (sys_privdrop(opts->dropuser, opts->dropgroup, in main()
|
H A D | sys.c | 78 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 D | sys.h | 38 int sys_privdrop(const char *, const char *, const char *) WUNRES;
|
H A D | sys.c | 78 sys_privdrop(const char *username, const char *groupname, const char *jaildir) in sys_privdrop() function
|
H A D | main.c | 1078 if (sys_privdrop(global->dropuser, global->dropgroup, in main()
|