diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-06-22 16:26:28 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-06-22 16:26:28 +0000 |
commit | 53d8f564d1de7188d6bab82f51015ea4e9b78db2 (patch) | |
tree | 9e215a2f5c0cc7758653665bc444066a08c173a2 /modules/pam_umask/pam_umask.8.xml | |
parent | 40b7b3f621fe56a03dd21cab49507b41312d16fa (diff) | |
download | pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.tar.gz pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.tar.bz2 pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.zip |
Relevant BUGIDs: 3004656
Purpose of commit: bugfix
Commit summary:
---------------
2010-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_umask/pam_umask.8.xml: Remove comparisation of
gid and uid for usergroups.
* modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Likewise.
Bug #3004656
Diffstat (limited to 'modules/pam_umask/pam_umask.8.xml')
-rw-r--r-- | modules/pam_umask/pam_umask.8.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/pam_umask/pam_umask.8.xml b/modules/pam_umask/pam_umask.8.xml index 09fc0e7c..3b7e197b 100644 --- a/modules/pam_umask/pam_umask.8.xml +++ b/modules/pam_umask/pam_umask.8.xml @@ -115,10 +115,9 @@ </term> <listitem> <para> - If the user is not root, and the user ID is equal to the - group ID, and the username is the same as primary group name, - the umask group bits are set to be the same as - owner bits (examples: 022 -> 002, 077 -> 007). + If the user is not root and the username is the same as + primary group name, the umask group bits are set to be the + same as owner bits (examples: 022 -> 002, 077 -> 007). </para> </listitem> </varlistentry> |