[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Linux' (#rtl)

user_cap_data

Capability description record

Declaration

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;

Description

user_cap_data describes the set of capabilities for the indicated thread.

See also

user_cap_header

  

Root user capabilities header

getcap

setcap

The latest version of this document can be found at lazarus-ccr.sourceforge.net.