1What:		Audit Login UID
2Date:		2005-02-01
3KernelVersion:	2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
4Contact:	linux-audit@redhat.com
5Format:		%u
6Users:		audit and login applications
7Description:
8		The /proc/$pid/loginuid pseudofile is written to set and
9		read to get the audit login UID of process $pid.  If it is
10		unset, permissions are not needed to set it.  The accessor must
11		have CAP_AUDIT_CONTROL in the initial user namespace to write
12		it if it has been set.  It cannot be written again if
13		AUDIT_FEATURE_LOGINUID_IMMUTABLE is enabled.  It cannot be
14		unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is enabled.
15
16
17What:		Audit Login Session ID
18Date:		2008-03-13
19KernelVersion:	2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
20Contact:	linux-audit@redhat.com
21Format:		%u
22Users:		audit and login applications
23Description:
24		The /proc/$pid/sessionid pseudofile is read to get the
25		audit login session ID of process $pid.  It is set
26		automatically, serially assigned with each new login.
27
28