Blame lib/stat-macros.h

Packit Service fdd496
/* All the mode bits that can be affected by chmod.  */
Packit Service fdd496
#define CHMOD_MODE_BITS \
Packit Service fdd496
  (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)