aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_exec/pam_exec.8.xml
diff options
context:
space:
mode:
authorPatrick Schleizer <adrelanos@whonix.org>2021-03-01 14:07:10 +0000
committerTomáš Mráz <tm@t8m.info>2021-06-10 15:54:43 +0200
commitbd76c538ef4747912733458a5d9e645424ea93fb (patch)
tree077889869098132312c4dbf81695949744a6d683 /modules/pam_exec/pam_exec.8.xml
parentd62120ed7cfa99dec0e66e562f20fb32987c5980 (diff)
downloadpam-bd76c538ef4747912733458a5d9e645424ea93fb.tar.gz
pam-bd76c538ef4747912733458a5d9e645424ea93fb.tar.bz2
pam-bd76c538ef4747912733458a5d9e645424ea93fb.zip
pam_exec: implement quiet_log option
* modules/pam_exec/pam_exec.c (call_exec): Implement quiet_log option. * modules/pam_exec/pam_exec.8.xml: Document it. Resolves: https://github.com/linux-pam/linux-pam/issues/334
Diffstat (limited to 'modules/pam_exec/pam_exec.8.xml')
-rw-r--r--modules/pam_exec/pam_exec.8.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml
index 1f217339..7e89943c 100644
--- a/modules/pam_exec/pam_exec.8.xml
+++ b/modules/pam_exec/pam_exec.8.xml
@@ -31,6 +31,9 @@
quiet
</arg>
<arg choice="opt">
+ quiet_log
+ </arg>
+ <arg choice="opt">
stdout
</arg>
<arg choice="opt">
@@ -161,6 +164,19 @@
<varlistentry>
<term>
+ <option>quiet_log</option>
+ </term>
+ <listitem>
+ <para>
+ Per default pam_exec.so will log the exit status of the
+ external command if it fails.
+ Specifying this option will suppress the log message.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
<option>seteuid</option>
</term>
<listitem>