Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs133 meta.mode.remove(ModeType::S_ISUID | ModeType::S_ISGID); in chown_common()
H A Dsyscall.rs58 const S_ISGID = 0o002000; constant
79 …const S_IALLUGO = Self::S_ISUID.bits | Self::S_ISGID.bits | Self::S_ISVTX.bits| Self::S_IRWXUGO.bi…