From 380b5e8c418e2965bfd8cb6701fd3fe374dc89db Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 12 Jul 2008 07:02:27 +0000 Subject: [PATCH] STABLE14-man-page-fs-read-not-list-20080711 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 | 6 +++--- doc/man-pages/pod1/fs_examine.pod | 6 +++--- doc/man-pages/pod1/fs_listquota.pod | 4 ++-- doc/man-pages/pod1/fs_quota.pod | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/man-pages/pod1/fs_diskfree.pod b/doc/man-pages/pod1/fs_diskfree.pod index bb8fbdecd3..f188b04eb9 100644 --- a/doc/man-pages/pod1/fs_diskfree.pod +++ b/doc/man-pages/pod1/fs_diskfree.pod @@ -106,10 +106,10 @@ volumes C and C: =head1 PRIVILEGE REQUIRED -The issuer must have the C (lookup) permission on the ACL of the root +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 on the ACL of each directory that precedes it in -the pathname. +B<-path> argument, and C (list) permission on the ACL of each +directory that precedes it in the pathname. =head1 SEE ALSO diff --git a/doc/man-pages/pod1/fs_examine.pod b/doc/man-pages/pod1/fs_examine.pod index 26219a47dd..7eaf779703 100644 --- a/doc/man-pages/pod1/fs_examine.pod +++ b/doc/man-pages/pod1/fs_examine.pod @@ -108,10 +108,10 @@ the partition housing it: =head1 PRIVILEGE REQUIRED -The issuer must have the C (lookup) permission on the ACL of the root +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 on the ACL of each directory that precedes it in -the pathname. +B<-path> argument, and C (list) permission on the ACL of each +directory that precedes it in the pathname. =head1 SEE ALSO diff --git a/doc/man-pages/pod1/fs_listquota.pod b/doc/man-pages/pod1/fs_listquota.pod index 117ad5f6cd..dd589dbd18 100644 --- a/doc/man-pages/pod1/fs_listquota.pod +++ b/doc/man-pages/pod1/fs_listquota.pod @@ -104,8 +104,8 @@ The following example shows the output for the volume C: The issuer must have the C (lookup) 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 (list) permission on the ACL of each +directory that precedes it in the pathname. =head1 SEE ALSO diff --git a/doc/man-pages/pod1/fs_quota.pod b/doc/man-pages/pod1/fs_quota.pod index f6528772c3..d9445093b0 100644 --- a/doc/man-pages/pod1/fs_quota.pod +++ b/doc/man-pages/pod1/fs_quota.pod @@ -78,10 +78,10 @@ housing the directory F: =head1 PRIVILEGE REQUIRED -The issuer must have the C (lookup) permission on the ACL of the root +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 on the ACL of each directory that precedes it in -the pathname. +B<-path> argument, and C (list) permission on the ACL of each +directory that precedes it in the pathname. =head1 SEE ALSO