procfs-audit_loginuid 1.1 KB

123456789101112131415161718192021222324252627
  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. What: Audit Login Session ID
  17. Date: 2008-03-13
  18. KernelVersion: 2.6.25-rc7 1e0bd7550ea9 ("[PATCH] export sessionid alongside the loginuid in procfs")
  19. Contact: linux-audit@redhat.com
  20. Users: audit and login applications
  21. Description:
  22. The /proc/$pid/sessionid pseudofile is read to get the
  23. audit login session ID of process $pid as a decimal
  24. unsigned int (%u, u32). It is set automatically,
  25. serially assigned with each new login.