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

user_cap_header

Root user capabilities header

Declaration

Source position: linux.pp line 253

type user_cap_header = packed record

  version: Cardinal;

  

Version of protocol

  pid: Cardinal;

  

Thread ID to apply/get capabilities from

end;

Description

user_cap_header describes the root user capabilities for the current thread, as set by getcap and setcap

See also

getcap

setcap

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