Re: [OpenAFS] access control lists

2006-08-22 Thread Brandon S. Allbery KF8NH
On Aug 22, 2006, at 15:37 , Jeffrey Hutzelman wrote: These options are specific to the GNU versions of find and xargs, respectively. What they do is make find separate filenames it outputs with NUL's rather than newlines, and make xargs expect that behavior. If you don't have GNU find an

Re: [OpenAFS] access control lists

2006-08-22 Thread Jeffrey Hutzelman
On Monday, August 21, 2006 03:45:23 PM -0400 "Todd M. Lewis" <[EMAIL PROTECTED]> wrote: Daniel Miller wrote: Is there a way to do fs setacl recursively? -Daniel Here's a recursive "fs sa" for afs using xargs: find . -noleaf -type d -print0 | xargs -0 -n 2 fs sa -acl XX YY -dir A f

Re: [OpenAFS] access control lists

2006-08-21 Thread Russ Allbery
Christopher D Clausen <[EMAIL PROTECTED]> writes: > Russ Allbery <[EMAIL PROTECTED]> wrote: >> Daniel Miller <[EMAIL PROTECTED]> writes: >>> Is there a way to do fs setacl recursively? >> > Is that suposed work on Windows as well? Not a clue. I've ne

Re: [OpenAFS] access control lists

2006-08-21 Thread Christopher D. Clausen
Russ Allbery <[EMAIL PROTECTED]> wrote: > Daniel Miller <[EMAIL PROTECTED]> writes: > >> Is there a way to do fs setacl recursively? > > Is that suposed work on Windows as well? B/c perl.exe crashed when I tried it.

Re: [OpenAFS] access control lists

2006-08-21 Thread Russ Allbery
Todd M Lewis <[EMAIL PROTECTED]> writes: > * This still makes the mistake of traversing AFS volume mount points, > which can lead to iniquity. Yeah, the main thing that the fsr wrapper takes care of is configurable behavior about crossing mount points. -- Russ Allbery ([EMAIL PROTECTED])

Re: [OpenAFS] access control lists

2006-08-21 Thread Derrick J Brashear
cc -o ws /afs/andrew.cmu.edu/usr/shadow/ws.c ./ws . -d "fs sa %f whoever whatever" On Mon, 21 Aug 2006, Todd M. Lewis wrote: Daniel Miller wrote: Is there a way to do fs setacl recursively? -Daniel Here's a recursive "fs sa" for afs using xargs: find . -noleaf -type d -print0 | xargs -

Re: [OpenAFS] access control lists

2006-08-21 Thread Todd M. Lewis
Daniel Miller wrote: Is there a way to do fs setacl recursively? -Daniel Here's a recursive "fs sa" for afs using xargs: find . -noleaf -type d -print0 | xargs -0 -n 2 fs sa -acl XX YY -dir A few things to notice: * -noleaf in AFS makes find do the Right Thing at the root of volumes. *

Re: [OpenAFS] access control lists

2006-08-21 Thread Russ Allbery
Daniel Miller <[EMAIL PROTECTED]> writes: > Is there a way to do fs setacl recursively? -- Russ Allbery ([EMAIL PROTECTED]) ___ OpenAFS-info mailing list OpenAFS-in

[OpenAFS] access control lists

2006-08-21 Thread Daniel Miller
Is there a way to do fs setacl recursively? -Daniel ___ OpenAFS-info mailing list OpenAFS-info@openafs.org https://lists.openafs.org/mailman/listinfo/openafs-info