28 lines · plain
1What: Audit Login UID2Date: 2005-02-013KernelVersion: 2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")4Contact: linux-audit@redhat.com5Users: audit and login applications6Description:7 The /proc/$pid/loginuid pseudofile is written to set and8 read to get the audit login UID of process $pid as a9 decimal unsigned int (%u, u32). If it is unset,10 permissions are not needed to set it. The accessor must11 have CAP_AUDIT_CONTROL in the initial user namespace to12 write it if it has been set. It cannot be written again13 if AUDIT_FEATURE_LOGINUID_IMMUTABLE is enabled. It14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is15 enabled.16 17What: Audit Login Session ID18Date: 2008-03-1319KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")20Contact: linux-audit@redhat.com21Users: audit and login applications22Description:23 The /proc/$pid/sessionid pseudofile is read to get the24 audit login session ID of process $pid as a decimal25 unsigned int (%u, u32). It is set automatically,26 serially assigned with each new login.27 28