[SUMMARY] ACL Recursively

From: Levi Ashcol (leviashcol@HotPOP.com)
Date: Wed Jun 05 2002 - 17:57:01 EDT


My original post is below.

There is no -R switch with setfacl (As with chmod) you have to use find
+ xargs to apply the setfacl to your directory tree. If a directory got
an ACL directories underneath will not inherit this ACL.

find /path | xargs setfacl
Or
find topdir -type d -exec setfacl {} acllist \;

Thanks to:
 Hichael Morton, Wesley Wannenmacher, Fabrice Guerini, Derek Trebilcock
, Thomas M. Payerle, David Foster, Sean Berry, Alan B. Clegg, Al Hopper,
Todd A. Fiedler,

-----Original Message-----
From: sunmanagers-admin@sunmanagers.org
[mailto:sunmanagers-admin@sunmanagers.org] On Behalf Of Levi Ashcol
Sent: Tuesday, June 04, 2002 8:43 PM
To: sunmanagers@sunmanagers.org
Subject: ACL Recursively

I have a directory contains a lot of subdirectories and files. I want to
restrict access using ACL to this directory and all what under it
recursively. Can I do that ? Is there anything like setfacl -R ?!
 
Thanks
 
Will Summarize.
 
Levi
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:24:25 EDT