Searched refs:cfg_uid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | unbound.c | 561 if(cfg->username && cfg->username[0] && cfg_uid != (uid_t)-1 && in perform_setup() 564 if(chown(daemon->pidfile, cfg_uid, cfg_gid) == -1) { in perform_setup() 566 (unsigned)cfg_uid, (unsigned)cfg_gid, in perform_setup() 580 if(cfg->username && cfg->username[0] && cfg_uid != (uid_t)-1) { in perform_setup() 585 if(setusercontext(NULL, pwd, cfg_uid, (unsigned) in perform_setup() 649 if(cfg->username && cfg->username[0] && cfg_uid != (uid_t)-1) { in perform_setup() 669 if(setresuid(cfg_uid,cfg_uid,cfg_uid) != 0) in perform_setup() 671 if(setreuid(cfg_uid,cfg_uid) != 0) in perform_setup() 673 if(setuid(cfg_uid) != 0) in perform_setup()
|
| H A D | remote.c | 305 cfg_uid != (uid_t)-1) { in add_open() 306 if(chown(ip, cfg_uid, cfg_gid) == -1) in add_open() 308 (unsigned)cfg_uid, (unsigned)cfg_gid, in add_open()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | config_file.h | 683 extern uid_t cfg_uid;
|
| H A D | config_file.c | 74 uid_t cfg_uid = (uid_t)-1; variable 2232 cfg_uid = pwd->pw_uid; in config_lookup_uid()
|