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 df9f2455fb)
This commit is contained in:
Jeffrey Altman 2008-07-12 07:02:27 +00:00
parent c49d2e3107
commit 380b5e8c41
4 changed files with 11 additions and 11 deletions

View File

@ -106,10 +106,10 @@ volumes C<user.smith> and C<sun4x_56.bin>:
=head1 PRIVILEGE REQUIRED =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 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 B<-path> argument, and C<l> (list) permission on the ACL of each
the pathname. directory that precedes it in the pathname.
=head1 SEE ALSO =head1 SEE ALSO

View File

@ -108,10 +108,10 @@ the partition housing it:
=head1 PRIVILEGE REQUIRED =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 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 B<-path> argument, and C<l> (list) permission on the ACL of each
the pathname. directory that precedes it in the pathname.
=head1 SEE ALSO =head1 SEE ALSO

View File

@ -104,8 +104,8 @@ The following example shows the output for the volume C<user.smith>:
The issuer must have the C<l> (lookup) permission on the ACL of the root The issuer must have the C<l> (lookup) permission on the ACL of the root
directory of the volume that houses the file or directory named by the 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 B<-path> argument, and C<l> (list) permission on the ACL of each
the pathname. directory that precedes it in the pathname.
=head1 SEE ALSO =head1 SEE ALSO

View File

@ -78,10 +78,10 @@ housing the directory F</afs/abc.com/usr/smith>:
=head1 PRIVILEGE REQUIRED =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 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 B<-path> argument, and C<l> (list) permission on the ACL of each
the pathname. directory that precedes it in the pathname.
=head1 SEE ALSO =head1 SEE ALSO