Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cred Struct Reference

#include <cred.h>

Data Fields

atomic_t usage
 
kuid_t uid
 
kgid_t gid
 
kuid_t suid
 
kgid_t sgid
 
kuid_t euid
 
kgid_t egid
 
kuid_t fsuid
 
kgid_t fsgid
 
unsigned securebits
 
kernel_cap_t cap_inheritable
 
kernel_cap_t cap_permitted
 
kernel_cap_t cap_effective
 
kernel_cap_t cap_bset
 
struct user_structuser
 
struct user_namespaceuser_ns
 
struct group_infogroup_info
 
struct rcu_head rcu
 

Detailed Description

Definition at line 117 of file cred.h.

Field Documentation

kernel_cap_t cap_bset

Definition at line 138 of file cred.h.

kernel_cap_t cap_effective

Definition at line 137 of file cred.h.

kernel_cap_t cap_inheritable

Definition at line 135 of file cred.h.

kernel_cap_t cap_permitted

Definition at line 136 of file cred.h.

kgid_t egid

Definition at line 131 of file cred.h.

kuid_t euid

Definition at line 130 of file cred.h.

kgid_t fsgid

Definition at line 133 of file cred.h.

kuid_t fsuid

Definition at line 132 of file cred.h.

kgid_t gid

Definition at line 127 of file cred.h.

Definition at line 151 of file cred.h.

Definition at line 152 of file cred.h.

unsigned securebits

Definition at line 134 of file cred.h.

kgid_t sgid

Definition at line 129 of file cred.h.

kuid_t suid

Definition at line 128 of file cred.h.

kuid_t uid

Definition at line 126 of file cred.h.

atomic_t usage

Definition at line 118 of file cred.h.

Definition at line 149 of file cred.h.

Definition at line 150 of file cred.h.


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