doc: fs examine no longer requires read rights on the volume root vnode 23/12223/3
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 18 Mar 2016 14:22:33 +0000 (10:22 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Sat, 19 Mar 2016 19:53:03 +0000 (15:53 -0400)
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 <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>

doc/man-pages/pod1/fs_examine.pod

index 398c491..0df4c32 100644 (file)
@@ -108,10 +108,8 @@ the partition housing it:
 
 =head1 PRIVILEGE REQUIRED
 
-The issuer must have the C<r> (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<l> (list) permission on the ACL of each 
-directory that precedes it in the pathname.
+The issuer must have the C<l> (list) permission on the ACL of each directory
+that precedes the file or directory named by the B<-path> argument.
 
 =head1 SEE ALSO