blob: 6120b91c5f2cc3fc99c7ea3596e40c851ce70813 (
plain) (
blame)
1
2
3
4
5
6
|
Set::NestedGroups gives an implementation of nested groups, access
control lists (ACLs) would be one example of nested groups.
For example, if Joe is a Manager, and Managers have access to payroll,
you can create an ACL which implements these rules, then ask the ACL if
Joe has access to payroll.
|