OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-17-ga270150

Gerrit Code Review gerrit@openafs.org
Tue, 30 Mar 2010 12:50:05 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit a27015099a1dc1e41001e4a4946848f958c6a09b
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Tue Jan 26 19:48:24 2010 -0500

    Linux: don't count pag keys against root's keyring quotas
    
    Keys associated with PAGs are created with root ownership for
    security reasons, which means that they count agains root's
    keyring quotas.  The default configuration used by most distros
    restricts root to the same quotas as a regular user, so a single
    user can potentially fill up the quota and prevent new pags from
    getting created system-wide.
    
    This can also be an issue for busy multi-user systems where the
    default maximum number of keys (200 currently) can easily be reached.
    
    Reviewed-on: http://gerrit.openafs.org/1167
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    
    (cherry picked from commit a3812f211a56c0d6e0a7ff8a97f157707d3d8c28)
    
    Change-Id: I5c12e55d98d5f887c60a7ae1cf1aa64f37282ce3
    Reviewed-on: http://gerrit.openafs.org/1580
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_compat.h |    8 ++++++++
 src/afs/LINUX/osi_groups.c |    9 ++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository