Интерактивная система просмотра системных руководств (man-ов)
pam_loginuid (8)
>> pam_loginuid (8) ( Linux man: Команды системного администрирования )
NAME
pam_loginuid - record user's login uid to the process attribute
SYNOPSIS
session required /lib/security/pam_loginuid.so
DESCRIPTION
pam_loginuid sets the loginuid process attribute for the process that was authenticated. This is necessary for applications to be correctly audited. This pam module should only be used for entry point applications like: login, sshd, gdm, vsftpd, crond, at, and remote. There are probably other entry point applications besides these. You should not use it for applications like sudo or su as that defeats the purpose by changing the loginuid to the account they just switched to.
ARGUMENTS
require_auditd
This option, when given, will cause this module to query the audit daemon status and deny logins if it is not running.