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
5Users:		audit and login applications
6Description:
7		The /proc/$pid/loginuid pseudofile is written to set and
8		read to get the audit login UID of process $pid as a
9		decimal unsigned int (%u, u32).  If it is unset,
10		permissions are not needed to set it.  The accessor must
11		have CAP_AUDIT_CONTROL in the initial user namespace to
12		write it if it has been set.  It cannot be written again
13		if AUDIT_FEATURE_LOGINUID_IMMUTABLE is enabled.  It
14		cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
15		enabled.
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
21Users:		audit and login applications
22Description:
23		The /proc/$pid/sessionid pseudofile is read to get the
24		audit login session ID of process $pid as a decimal
25		unsigned int (%u, u32).  It is set automatically,
26		serially assigned with each new login.
27
28