Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + const FlagID + const O_PATH + func Chown(f *os.File, uid UserID, gid GroupID) error + func ChownPath(path string, uid UserID, gid GroupID) error + func Fchown(fd int, uid UserID, gid GroupID) error + func FchownAt(dirfd uintptr, path string, uid UserID, gid GroupID, flags int) error + func FcntlGetFl(fd int) (int, error) + type GroupID uint32 + func Getegid() GroupID + func Getgid() GroupID + type UserID uint32 + func Geteuid() UserID + func Getuid() UserID