effective_user    801 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    805 lib/common/acl.c     if (effective_user == NULL) {
effective_user    806 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    807 lib/common/acl.c         if (effective_user == NULL) {
effective_user    808 lib/common/acl.c             effective_user = pcmk__str_copy("#unprivileged");
effective_user    823 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    827 lib/common/acl.c         user = effective_user;
effective_user    833 lib/common/acl.c         user = effective_user;