effective_user    805 lib/cib/cib_file.c     char *effective_user = NULL;
effective_user    895 lib/cib/cib_file.c     free(effective_user);
effective_user    799 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    803 lib/common/acl.c     if (effective_user == NULL) {
effective_user    804 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    805 lib/common/acl.c         if (effective_user == NULL) {
effective_user    806 lib/common/acl.c             effective_user = strdup("#unprivileged");
effective_user    807 lib/common/acl.c             CRM_CHECK(effective_user != NULL, return NULL);
effective_user    822 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    826 lib/common/acl.c         user = effective_user;
effective_user    832 lib/common/acl.c         user = effective_user;