Searched refs:AUDIT_TTY_LOG_PASSWD (Results 1 – 2 of 2) sorted by relevance
1540 s.log_passwd = !!(t & AUDIT_TTY_LOG_PASSWD); in audit_receive_msg()1561 t = s.enabled | (-s.log_passwd & AUDIT_TTY_LOG_PASSWD); in audit_receive_msg()1565 old.log_passwd = !!(t & AUDIT_TTY_LOG_PASSWD); in audit_receive_msg()
150 #define AUDIT_TTY_LOG_PASSWD BIT(1) macro