* NEWS, src/groupmems.c: Allow everybody to list the users of a group.

This information is publicly available in /etc/group.
	* NEWS, src/groupmems.c: Open /etc/group read only for the -l option.
This commit is contained in:
nekral-guest
2008-07-27 02:33:37 +00:00
parent 88fce52fbf
commit d5c6257ac2
3 changed files with 25 additions and 17 deletions

3
NEWS
View File

@@ -13,6 +13,9 @@ shadow-4.1.2.1 -> shadow-4.1.3 UNRELEASED
- groupmems
* Check if user exist before they are added to groups.
* Avoid segfault in case the specified group does not exist in /etc/group.
* Everybody is allowed to list the users of a group.
* /etc/group is open readonly when one just wants to list the users of a
group.
shadow-4.1.2 -> shadow-4.1.2.1 26-06-2008