S_IROTH            48 daemons/based/based_io.c     umask(S_IWGRP | S_IWOTH | S_IROTH);
S_IROTH           955 lib/cib/cib_file.c     umask(S_IWGRP | S_IWOTH | S_IROTH);
S_IROTH           851 lib/common/logging.c     umask(S_IWGRP | S_IWOTH | S_IROTH);
S_IROTH           322 lib/common/utils.c     umask(S_IWGRP | S_IWOTH | S_IROTH);
S_IROTH          1110 lib/services/systemd.c     if ((fd < 0) || (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0)) {