= AuthzPolicy Optional component for performing fine-grained permission checks on Trac resources. In Trac 0.11, this was a sample plugin, located in [source:tags/trac-0.11.5/sample-plugins/permissions/authz_policy.py sample-plugins/permissions/authz_policy.py]. In Trac 0.12, this became an optional component, that doesn't need to be installed but has to be activated explicitly either using the Plugins administrative panel or in the trac.ini: {{{#!ini [components] tracopt.perm.authz_policy.* = enabled }}} == Known Issues == [[TicketQuery(keywords=~authzpolicy,status=!closed,col=summary|keywords|version|milestone,format=table)]] ---- See also: TracFineGrainedPermissions#AuthzPolicy, AuthzSourcePolicy (the other svn-like permission policy, specific to sources)