effective_user    802 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    806 lib/common/acl.c     if (effective_user == NULL) {
effective_user    807 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    808 lib/common/acl.c         if (effective_user == NULL) {
effective_user    809 lib/common/acl.c             effective_user = pcmk__str_copy("#unprivileged");
effective_user    824 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    828 lib/common/acl.c         user = effective_user;
effective_user    834 lib/common/acl.c         user = effective_user;