freebsd-dev/lib/libpam/modules/pam_group
Dag-Erling Smørgrav ec5622ad86 Check if the specified group is the user's primary group before
iterating over the (possibly empty) list of members.  Otherwise, we
get a false negative when the target group has no members listed in
/etc/group.  This went mostly unnoticed because root is explicitly
listed as a member of wheel, so the bug is never triggered in the most
common use case, which is su(8).

PR:		109416
MFC after:	1 week
2014-07-19 20:55:13 +00:00
..
Makefile
pam_group.8
pam_group.c Check if the specified group is the user's primary group before 2014-07-19 20:55:13 +00:00