*** empty log message ***

This commit is contained in:
Corinna Vinschen 2015-02-25 12:08:38 +00:00
parent a1cb13411d
commit c1d739567b
1 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,16 @@ What changed:
- Performance improvements of the new account DB handling.
- Since 1.7.34, chmod does not always affect the POSIX permission mask as
returned by stat(2) or printed by ls(1), due to the improved POSIX ACL
handling. However, that's still far from perfect, so, as a temporary
workaround, chmod now checks if secondary groups and users in the ACL
have more permissions than the primary group. If so, the permissions
of the secondary users and groups will be reduced according to the mask
given by the new primary group permissions. I.e, chmod 600 will remove
all permissions from the primary group as well as all secondary user and
group entries in the ACL.
Bug Fixes
---------