effective_user    856 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    860 lib/common/acl.c     if (effective_user == NULL) {
effective_user    861 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    862 lib/common/acl.c         if (effective_user == NULL) {
effective_user    863 lib/common/acl.c             effective_user = pcmk__str_copy("#unprivileged");
effective_user    881 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    885 lib/common/acl.c         user = effective_user;
effective_user    891 lib/common/acl.c         user = effective_user;