cginternals/cppfs

Special bits: Set UID/GID, Sticky Flags

Closed this issue · 2 comments

Can we have the following added to the filesystem permissions enumeration?

  • ::SetUid (o4000)
  • ::SetGid (o2000)
  • ::SetSticky (o1000)

Is this what you had in mind?

Merged with #12.