0001 What: Audit Login UID
0002 Date: 2005-02-01
0003 KernelVersion: 2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
0004 Contact: linux-audit@redhat.com
0005 Users: audit and login applications
0006 Description:
0007 The /proc/$pid/loginuid pseudofile is written to set and
0008 read to get the audit login UID of process $pid as a
0009 decimal unsigned int (%u, u32). If it is unset,
0010 permissions are not needed to set it. The accessor must
0011 have CAP_AUDIT_CONTROL in the initial user namespace to
0012 write it if it has been set. It cannot be written again
0013 if AUDIT_FEATURE_LOGINUID_IMMUTABLE is enabled. It
0014 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
0015 enabled.
0016
0017 What: Audit Login Session ID
0018 Date: 2008-03-13
0019 KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
0020 Contact: linux-audit@redhat.com
0021 Users: audit and login applications
0022 Description:
0023 The /proc/$pid/sessionid pseudofile is read to get the
0024 audit login session ID of process $pid as a decimal
0025 unsigned int (%u, u32). It is set automatically,
0026 serially assigned with each new login.
0027