v1.16.1
FIXED: * Some IDState things on *NIX-likes that have no clue what they're doing
This commit is contained in:
11
types_nix.go
11
types_nix.go
@@ -11,7 +11,16 @@ IDState collects information about the current running process.
|
||||
It should only be used as returned from GetIDState().
|
||||
Its methods WILL return false information if any of these values are altered.
|
||||
|
||||
FSUID/FSGID are not supported.
|
||||
FSUID/FSGID are not currently supported.
|
||||
|
||||
Currently, macOS (and FreeBSD, and a couple others) will not populate:
|
||||
|
||||
* SUID
|
||||
* SGID
|
||||
|
||||
due to Apple in their "infinite wisdom" allowing you to *set* these
|
||||
but exposing no direct syscall whatsoever to *retrieve* them.
|
||||
Enjoy your crippled OS, fanboys.
|
||||
*/
|
||||
type IDState struct {
|
||||
// RUID: Real UID
|
||||
|
||||
Reference in New Issue
Block a user