]> granicus.if.org Git - linux-pam/commitdiff
pam_tty_audit: Manual page clarification about password logging
authorTomas Mraz <tmraz@fedoraproject.org>
Wed, 7 Aug 2019 16:13:57 +0000 (18:13 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 7 Aug 2019 16:13:57 +0000 (18:13 +0200)
* modules/pam_tty_audit/pam_tty_audit.8.xml: Explanation why passwords
can be sometimes logged even when the option is not set.

modules/pam_tty_audit/pam_tty_audit.8.xml

index 59a3406daaa58a73e09b44c8df34ea454d21bc27..e346c689baab69d23f7659a7013260218e7519e1 100644 (file)
       greater than or equal to <replaceable>min_uid</replaceable> will be
       matched.
     </para>
+    <para>
+      Please note that passwords in some circumstances may be logged by TTY auditing
+      even if the <option>log_passwd</option> is not used. For example, all input to
+      an ssh session will be logged - even if there is a password being typed into
+      some software running at the remote host because only the local TTY state
+      affects the local TTY auditing.
+    </para>
   </refsect1>
 
   <refsect1 id='pam_tty_audit-examples'>