]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-man-page-fs-read-not-list-20080711
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 12 Jul 2008 06:57:59 +0000 (06:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 12 Jul 2008 06:57:59 +0000 (06:57 +0000)
LICENSE MIT

 - fs diskfree
 - fs examine
 - fs listquota
 - fs quota

require read permission not list for the root directory
of the volume and list permission for the preceding path.

(cherry picked from commit df9f2455fbe34ac105179797f85aacc63a8b8da8)

doc/man-pages/pod1/fs_diskfree.pod
doc/man-pages/pod1/fs_examine.pod
doc/man-pages/pod1/fs_listquota.pod
doc/man-pages/pod1/fs_quota.pod

index bb8fbdecd390b59da1c8856f6468552884fdf33e..f188b04eb9d517eb3e9d752bb3c8d92650c7d47f 100644 (file)
@@ -106,10 +106,10 @@ volumes C<user.smith> and C<sun4x_56.bin>:
 
 =head1 PRIVILEGE REQUIRED
 
-The issuer must have the C<l> (lookup) permission on the ACL of the root
+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 on the ACL of each directory that precedes it in
-the pathname.
+B<-path> argument, and C<l> (list) permission on the ACL of each 
+directory that precedes it in the pathname.
 
 =head1 SEE ALSO
 
index 26219a47dd75105aa0452f3913c47a2f694cd4c3..7eaf7797030e5dd1666eb19006d0de9d970091e1 100644 (file)
@@ -108,10 +108,10 @@ the partition housing it:
 
 =head1 PRIVILEGE REQUIRED
 
-The issuer must have the C<l> (lookup) permission on the ACL of the root
+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 on the ACL of each directory that precedes it in
-the pathname.
+B<-path> argument, and C<l> (list) permission on the ACL of each 
+directory that precedes it in the pathname.
 
 =head1 SEE ALSO
 
index 2d1777fc6d8df1bc9bad8315b128f28ef0832f6c..eaee5820c3b56a8bd4a419a1bd9b0ce92f332304 100644 (file)
@@ -104,8 +104,8 @@ The following example shows the output for the volume C<user.smith>:
 
 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 on the ACL of each directory that precedes it in
-the pathname.
+B<-path> argument, and C<l> (list) permission on the ACL of each 
+directory that precedes it in the pathname.
 
 =head1 SEE ALSO
 
index f6528772c30738e136c58ef8a919f02f4b5db1fa..d9445093b07856c77e44ef0863165d6b05a1b444 100644 (file)
@@ -78,10 +78,10 @@ housing the directory F</afs/abc.com/usr/smith>:
 
 =head1 PRIVILEGE REQUIRED
 
-The issuer must have the C<l> (lookup) permission on the ACL of the root
+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 on the ACL of each directory that precedes it in
-the pathname.
+B<-path> argument, and C<l> (list) permission on the ACL of each 
+directory that precedes it in the pathname.
 
 =head1 SEE ALSO