effective_user    794 lib/cib/cib_file.c     char *effective_user = NULL;
effective_user    891 lib/cib/cib_file.c     free(effective_user);
effective_user    743 lib/common/acl.c     static const char *effective_user = NULL;
effective_user    747 lib/common/acl.c     if (effective_user == NULL) {
effective_user    748 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
effective_user    749 lib/common/acl.c         if (effective_user == NULL) {
effective_user    750 lib/common/acl.c             effective_user = strdup("#unprivileged");
effective_user    751 lib/common/acl.c             CRM_CHECK(effective_user != NULL, return NULL);
effective_user    766 lib/common/acl.c     if (!pcmk__is_privileged(effective_user)) {
effective_user    770 lib/common/acl.c         user = effective_user;
effective_user    776 lib/common/acl.c         user = effective_user;