smb: client: Fix minor whitespace errors and warnings
[linux-modified.git] / Documentation / ABI / stable / procfs-audit_loginuid
1 What:           Audit Login UID
2 Date:           2005-02-01
3 KernelVersion:  2.6.11-rc2 1e2d1492e178 ("[PATCH] audit: handle loginuid through proc")
4 Contact:        linux-audit@redhat.com
5 Users:          audit and login applications
6 Description:
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
17 What:           Audit Login Session ID
18 Date:           2008-03-13
19 KernelVersion:  2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
20 Contact:        linux-audit@redhat.com
21 Users:          audit and login applications
22 Description:
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