blob: c6ce5ec13bb859a709df52563beadaa306b059e8 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
-Anton
<tobez@FreeBSD.org>
|