| [Overview][Constants][Types][Procedures and functions][Index] | 
Capability description record
Source position: linux.pp line 297
type user_cap_data = record  | 
||
effective: cuint32;  | 
  | 
Capabilities effectively used by the kernel  | 
permitted: cuint32;  | 
  | 
Limiting set of capabilities  | 
inheritable: cuint32;  | 
  | 
Capabilities that will be inherited across exec calls.  | 
end;  | 
user_cap_data describes the set of capabilities for the indicated thread.
  | 
Root user capabilities header  | 
|
  | 
Return the capabilities for the indicated thread  | 
|
  | 
Set the capabilities for the indicated thread  |