geteuid           205 daemons/pacemakerd/pacemakerd.c         if (geteuid() != 0) { // Yes, and there's nothing we can do about it
geteuid           452 lib/cib/cib_client.c         uid_t uid = geteuid();
geteuid           447 lib/cib/cib_file.c     uid_t uid = geteuid();
geteuid           803 lib/common/acl.c         effective_user = pcmk__uid2username(geteuid());
geteuid           279 lib/common/logging.c     if (geteuid() == 0) {
geteuid           370 lib/common/logging.c                  filename, strerror(rc), geteuid(), getegid());
geteuid            93 lib/common/watchdog.c     if (geteuid() != 0) { // Non-root caller such as the controller
geteuid          1002 lib/services/services_linux.c     if (op->opaque->uid && (geteuid() == 0)) {
geteuid           680 tools/cibadmin.c         char *username = pcmk__uid2username(geteuid());