summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2002-07-13 05:48:19 +0000
committerAndrew G. Morgan <morgan@kernel.org>2002-07-13 05:48:19 +0000
commit2b395f6d039fb5c92a5ae799b305dd33061c9fbc (patch)
tree6386214fcccb9987050ca9b5534bffc5d473c688 /CHANGELOG
parentc95e6e34c26fc95f622b4d0535bccede3c655146 (diff)
Relevant BUGIDs: 476951, 476953
Purpose of commit: bugfix Commit summary: --------------- Be more careful when using the deny option - pay attention to the trust option before you grant access. Fix from Nalin.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b3cc17db..8f30e020 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,9 +55,12 @@ bug report - outstanding bugs are listed here:
0.77: please submit patches for this section with actual code/doc
patches!
+* pam_wheel was too aggressive to grant access (in the case of the
+ 'deny' option you want to pay attention to 'trust'). Fix from
+ Nalin (Bugs 476951, 476953 - agmorgan)
* account management support for: pam_shells, pam_listfile, pam_wheel
and pam_securetty (+ static module fix for pam_nologin). Patch from
- redhat through Harrold Welte (Bug 436435 - agmorgan).
+ redhat through Harald Welte (Bug 436435 - agmorgan).
* pam_wheel feature from Nalin - can use the module to provide wheel
access to non-root accounts. Also from Nalin, a bugfix related to
the primary group of the applicant is the 'wheel' group. (Bugs