Regular Expression For ACLs
Hey All,
I need set permissions in a dynamic way for example
usergroup needs to have read permissions on Parent and full access on child
so parent -> read only
Child A -> full
Child B -> full
Here is the issue. When an admin adds child C then:
parent-> read only
Child A -> full
Child B -> full
Child C -> full

Any help would be appreciated