OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_6-55-g712ef18
Gerrit Code Review
gerrit@openafs.org
Fri, 13 Nov 2020 12:57:59 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 712ef18ac1902fabc540883827b1925769e0a050
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.
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>
(cherry picked from commit a6b14ea90259fbc4ead62f5f4288e435801db81e)
Change-Id: I94d9027f9455ee8a8f307864ffa49debaf579e71
Reviewed-on: https://gerrit.openafs.org/14419
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
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