Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetfsgidRetGid (0.24 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    	return syscall.Setresgid(rgid, egid, sgid)
    }
    
    // SetfsgidRetGid sets fsgid for current thread and returns previous fsgid set.
    // setfsgid(2) will return a non-nil error only if its caller lacks CAP_SETUID capability.
    // If the call fails due to other reasons, current fsgid will be returned.
    func SetfsgidRetGid(gid int) (int, error) {
    	return setfsgid(gid)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
Back to top