From 4b00492016c54ec050abb71f6acf653616850f38 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. Reviewed-on: https://gerrit.openafs.org/12223 Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk (cherry picked from commit f99c1ec32bb6e8d31ac517173ff7502dbd85aa05) Change-Id: I580d1e0cab7f823ac1932f99066495cef9e2410a Reviewed-on: https://gerrit.openafs.org/12224 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Stephan Wiesand --- 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 7eaf77970..56ee41525 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