From f99c1ec32bb6e8d31ac517173ff7502dbd85aa05 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Fri, 18 Mar 2016 10:22:33 -0400 Subject: [PATCH] doc: fs examine no longer requires read rights on the volume root vnode Update the man page to reflect the current access rights required for fs examine. Historically, fs examine required read access on the root vnode of the volume housing the directory or file being examined. This access check was relaxed in commit d2d591caf2c9b4cf2ebae708cc9b4c8b78ca5a5a, since the information returned by the file server is already available anonymously by other means. Change-Id: If62b625bce8a260b98fb56a6feec49c674f2de53 Reviewed-on: https://gerrit.openafs.org/12223 Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk --- doc/man-pages/pod1/fs_examine.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/man-pages/pod1/fs_examine.pod b/doc/man-pages/pod1/fs_examine.pod index 398c491c1..0df4c3253 100644 --- a/doc/man-pages/pod1/fs_examine.pod +++ b/doc/man-pages/pod1/fs_examine.pod @@ -108,10 +108,8 @@ the partition housing it: =head1 PRIVILEGE REQUIRED -The issuer must have the C (read) permission on the ACL of the root -directory of the volume that houses the file or directory named by the -B<-path> argument, and C (list) permission on the ACL of each -directory that precedes it in the pathname. +The issuer must have the C (list) permission on the ACL of each directory +that precedes the file or directory named by the B<-path> argument. =head1 SEE ALSO -- 2.39.5