Bitdefender Hypervisor Memory Introspection
_INTERNAL_CRED Struct Reference

The beginning of the cred structure as defined by linux kernel. More...

Data Fields

int usage
 
unsigned int uid
 
unsigned int guid
 
unsigned int suid
 
unsigned int sgid
 
unsigned int euid
 
unsigned int egid
 
unsigned int fsuid
 
unsigned int fsgid
 

Detailed Description

The beginning of the cred structure as defined by linux kernel.

Subject to change, but these fields are the same since 2.6.32 (maybe older too...)

Definition at line 21 of file lixcred.c.

Field Documentation

◆ egid

unsigned int _INTERNAL_CRED::egid

Definition at line 30 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ euid

unsigned int _INTERNAL_CRED::euid

Definition at line 29 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ fsgid

unsigned int _INTERNAL_CRED::fsgid

Definition at line 32 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ fsuid

unsigned int _INTERNAL_CRED::fsuid

Definition at line 31 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ guid

unsigned int _INTERNAL_CRED::guid

Definition at line 26 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ sgid

unsigned int _INTERNAL_CRED::sgid

Definition at line 28 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ suid

unsigned int _INTERNAL_CRED::suid

Definition at line 27 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ uid

unsigned int _INTERNAL_CRED::uid

Definition at line 25 of file lixcred.c.

Referenced by IntLixCredsDump().

◆ usage

int _INTERNAL_CRED::usage

Definition at line 23 of file lixcred.c.


The documentation for this struct was generated from the following file: