OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-15-ga6b14ea

Gerrit Code Review gerrit@openafs.org
Fri, 23 Oct 2020 12:21:41 -0400


The following commit has been merged in the master branch:
commit a6b14ea90259fbc4ead62f5f4288e435801db81e
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Aug 28 11:23:00 2020 -0400

    bozo: Add KeyFileExt and rxkad.keytab to access rights check
    
    When the KeyFileExt and rxkad.keytab were added to OpenAFS, they were
    not added to the bosserver's access rights check. Add these files to the
    bosserver access checks, with the same access rights needed for the
    original KeyFile.
    
    Also, add the full path for KeyFileExt to the dirpath package (not just
    the filename), which was not done when the KeyFileExt was introduced.
    This is needed to perform the access checks.
    
    Change-Id: I8c9028e846fad9f15823baeb7cc15a8f80ed5c1c
    Reviewed-on: https://gerrit.openafs.org/14329
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/bozo/bosoprocs.c         |    8 ++++++--
 src/util/dirpath.c           |    3 +++
 src/util/dirpath.hin         |    2 ++
 src/util/dirpath_nt.h        |    2 ++
 src/util/test/dirpath_test.c |    4 +++-
 5 files changed, 16 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository