effective_user 134 lib/cib/cib_file.c char *effective_user = NULL; effective_user 235 lib/cib/cib_file.c free(effective_user); effective_user 796 lib/common/acl.c static const char *effective_user = NULL; effective_user 800 lib/common/acl.c if (effective_user == NULL) { effective_user 801 lib/common/acl.c effective_user = pcmk__uid2username(geteuid()); effective_user 802 lib/common/acl.c if (effective_user == NULL) { effective_user 803 lib/common/acl.c effective_user = strdup("#unprivileged"); effective_user 804 lib/common/acl.c CRM_CHECK(effective_user != NULL, return NULL); effective_user 819 lib/common/acl.c if (!pcmk__is_privileged(effective_user)) { effective_user 823 lib/common/acl.c user = effective_user; effective_user 829 lib/common/acl.c user = effective_user;