diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 05:43:50 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-07-11 05:43:50 +0000 |
commit | 449f88eeb44e910b25261e8e5bead120d3757fec (patch) | |
tree | f7e975a38ddc879704eeae18123ac74a4c3c12ca /CHANGELOG | |
parent | f58075a0497ae9c32a43a71a1bdb1d1b6c9e83d4 (diff) | |
download | pam-449f88eeb44e910b25261e8e5bead120d3757fec.tar.gz pam-449f88eeb44e910b25261e8e5bead120d3757fec.tar.bz2 pam-449f88eeb44e910b25261e8e5bead120d3757fec.zip |
Relevant BUGIDs: 476963
Purpose of commit: new feature
Commit summary:
---------------
some applications are not prepared to get a SIGCHLD from a child
process they didn't think they launched, so we now suppress
this signal for the duration of use of the helper binary.
The 'noreap' module argument is provided to override this new
default.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ bug report - outstanding bugs are listed here: 0.77: please submit patches for this section with actual code/doc patches! +* pam_unix and pam_pwdb: by default turn off the SIGCHLD handler while + running the helper binary (patch from Nalin) added the "noreap" + module argument to both of these modules to turn off this new + default. (Bug 476963 - agmorgan). * updated CHANGELOG and configure.in for 0.77 work. 0.76: Mon Jul 8 21:44:59 PDT 2002 |