Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Glen Starrett wrote: > I've noticed chacl isn't recursive by default which is contrary to the > rest > of CVSNT--was that intentional or is that a bug? I didn't see any > specific mention of it on the chacl wiki page. > There are a few commands that aren't recursive by default, and still others that become non-recursive when you select some options (eg. commit -f). Since chacl operates on a single object it doesn't generally need recursion (plus it's implicitly recursive anyway - if you remove read access to a parent the child loses access automatically). There is a recusrive option though. Tony