effective_user 793 lib/common/acl.c static const char *effective_user = NULL; effective_user 797 lib/common/acl.c if (effective_user == NULL) { effective_user 798 lib/common/acl.c effective_user = pcmk__uid2username(geteuid()); effective_user 799 lib/common/acl.c if (effective_user == NULL) { effective_user 800 lib/common/acl.c effective_user = strdup("#unprivileged"); effective_user 801 lib/common/acl.c CRM_CHECK(effective_user != NULL, return NULL); effective_user 816 lib/common/acl.c if (!pcmk__is_privileged(effective_user)) { effective_user 820 lib/common/acl.c user = effective_user; effective_user 826 lib/common/acl.c user = effective_user;