~ubuntu-branches/ubuntu/feisty/openafs/feisty

« back to all changes in this revision

Viewing changes to doc/man-pages/pod1/fs_setacl.pod

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-03-26 18:56:55 UTC
  • Revision ID: package-import@ubuntu.com-20070326185655-osce8n0y0dptgurh
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
=head1 PRIVILEGE REQUIRED
264
264
 
265
265
The issuer must have the C<a> (administer) permission on the directory's
266
 
ACL; the directory's owner and the members of the system:administrators
267
 
group have the right implicitly, even if it does not appear on the ACL.
 
266
ACL, a member of the system:administrators group, or, as a special case,
 
267
must be the UID owner of the top-level directory of the volume containing
 
268
this directory.  The last provision allows the UID owner of a volume to
 
269
repair accidental ACL errors without requiring intervention by a member of
 
270
system:administrators.
 
271
 
 
272
Earlier versions of OpenAFS also extended implicit administer permission
 
273
to the owner of any directory.  In current versions of OpenAFS, only the
 
274
owner of the top-level directory of the volume has this special
 
275
permission.
268
276
 
269
277
=head1 SEE ALSO
270
278