Home | History | Annotate | Download | only in unix

Lines Matching refs:perm

106 func Open(path string, mode int, perm uint32) (fd int, err error) {
107 return openat(AT_FDCWD, path, mode|O_LARGEFILE, perm)
873 // KeyctlSetperm implements the KEYCTL_SETPERM command. The perm value is the
878 func KeyctlSetperm(id int, perm uint32) error {
879 _, err := KeyctlInt(KEYCTL_SETPERM, id, int(perm), 0, 0)