Searched defs:is_root (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Drestrict-access.c261 bool is_root, have_root_group, preserve_groups = FALSE; local
266 is_root = geteuid() == 0;
268 if (!is_root &&
279 is_root = TRUE;
303 if (set->system_groups_user != NULL && is_root) {
315 if (is_root) T_BEGIN {
367 (target_uid != (uid_t)-1 || !is_root)) {

Completed in 12 milliseconds