OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_70-12-ga3812f2

Gerrit Code Review gerrit@openafs.org
Wed, 27 Jan 2010 10:48:37 -0800 (PST)


The following commit has been merged in the master branch:
commit a3812f211a56c0d6e0a7ff8a97f157707d3d8c28
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.
    
    Change-Id: I37e3f3d881facff9b14f2057b404d4b441e72305
    Change-Id: Id1ef2d5a7109d8ee7c08aa81dfd98ecf951c8ba8
    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>

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

-- 
OpenAFS Master Repository