mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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:
parent
c49d2e3107
commit
380b5e8c41
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user