diff options
author | Patrick Schleizer <adrelanos@whonix.org> | 2021-03-01 14:07:10 +0000 |
---|---|---|
committer | Tomáš Mráz <tm@t8m.info> | 2021-06-10 15:54:43 +0200 |
commit | bd76c538ef4747912733458a5d9e645424ea93fb (patch) | |
tree | 077889869098132312c4dbf81695949744a6d683 /modules/pam_exec/pam_exec.8.xml | |
parent | d62120ed7cfa99dec0e66e562f20fb32987c5980 (diff) | |
download | pam-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.xml | 16 |
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> |