user_cap_data
Capability description record
Declaration
Source position: linux.pp line 310
Type
user\_cap\_data = record
effective : cuint32;
permitted : cuint32;
inheritable : cuint32;
end
Description
user_cap_data describes the set of capabilities for the indicated thread.
See also
| Name | Description |
|---|---|
| capget | Return the capabilities for the indicated thread |
| capset | Set the capabilities for the indicated thread |
| cuint32 | |
| cuint32 | |
| cuint32 | |
| user_cap_header | Root user capabilities header |