[Overview][Constants][Types][Procedures and functions][Index] |
Capability description record
Source position: linux.pp line 258
type user_cap_data = packed record |
||
effective: Cardinal; |
|
Capabilities effectively used by the kernel |
permitted: Cardinal; |
|
Limiting set of capabilities |
inheritable: Cardinal; |
|
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 |
|
getcap |
||
setcap |
lazarus-ccr.sourceforge.net |