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 731 lib/common/acl.c static const char *effective_user = NULL; effective_user 735 lib/common/acl.c if (effective_user == NULL) { effective_user 736 lib/common/acl.c effective_user = pcmk__uid2username(geteuid()); effective_user 737 lib/common/acl.c if (effective_user == NULL) { effective_user 738 lib/common/acl.c effective_user = strdup("#unprivileged"); effective_user 739 lib/common/acl.c CRM_CHECK(effective_user != NULL, return NULL); effective_user 754 lib/common/acl.c if (!pcmk__is_privileged(effective_user)) { effective_user 758 lib/common/acl.c user = effective_user; effective_user 764 lib/common/acl.c user = effective_user;