fchmod 352 lib/ais/plugin.c ignore = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); fchmod 399 lib/cib/cib_file.c if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) { fchmod 309 lib/common/logging.c rc = fchmod(logfd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);