Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   audit_getloginuid    ( 3 )

получить значение идентификатора входа в систему (Get a program's loginuid value)

Имя (Name)

audit_getloginuid - Get a program's loginuid value

Синопсис (Synopsis)

#include <libaudit.h>

uid_t audit_getloginuid(void);


Описание (Description)

This function returns the task attribute loginuid.

Возвращаемое значение (Return value)

This function returns the loginuid value if it was set. It will
       return a -1 if loginuid was unset. However, since uid_t is an
       unsigned type, you will see the converted value instead of -1.

Ошибки (Error)

This function returns -1 on failure. However, in the event of a
       real error, errno would be set. The function can set errno based
       on failures of open, read, or strtoul.

Смотри также (See also)

audit_setloginuid(3).