OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-313-g2e556c0
Gerrit Code Review
gerrit@openafs.org
Sat, 9 Feb 2019 16:40:55 -0500
The following commit has been merged in the master branch:
commit 2e556c0f23ae439c804352cf51fcf30878b03c7a
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Nov 3 01:04:43 2018 -0500
ptserver: Check for -restricted in SPR_Delete
Currently, all prdb write operations, except for SPR_Delete, will fail
with PRPERM if called by a non-system:administrators caller while
restricted mode is active. SPR_Delete is missing this check, and so
is not affected by the -restricted option.
Fix this by inserting the same check for -restricted as all other code
paths that check for -restricted.
Change-Id: I35f19d0b715423cd91769e6de845efa330368e50
Reviewed-on: https://gerrit.openafs.org/13374
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/ptserver/ptprocs.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository