effective_user    804 lib/cib/cib_file.c     char *effective_user = NULL;
effective_user    894 lib/cib/cib_file.c     free(effective_user);
effective_user    719 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    723 lib/common/acl.c     if (effective_user == NULL) {
effective_user    724 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    725 lib/common/acl.c         if (effective_user == NULL) {
effective_user    726 lib/common/acl.c             effective_user = strdup("#unprivileged");
effective_user    727 lib/common/acl.c             CRM_CHECK(effective_user != NULL, return NULL);
effective_user    742 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    746 lib/common/acl.c         user = effective_user;
effective_user    752 lib/common/acl.c         user = effective_user;