= `AuthzSourcePolicy` This is the name of a permission policy enforcing access control in the TracBrowser and other source code access modules, implementing the same rules as Subversion's `mod_authz_svn.so` Apache module. == Usage The syntax of the file used for configuring the access permissions and the operation mode of this policy are described in the [http://svnbook.red-bean.com/en/1.7/svn.serverconfig.pathbasedauthz.html Path-Based Authorization] section of the __[http://svnbook.red-bean.com/en/1.7/ Version Control with Subversion]__ book. In order to enable this policy, you need to edit the `/conf/trac.ini` file, and put in your `[trac]` section something like: {{{#!ini [trac] authz_file = svn-authz.conf ;authz_module_name = somemodule permission_policies = AuthzSourcePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy }}} For more details, see TracIni#trac-section or TracFineGrainedPermissions#AuthzSourcePolicy == Known issues [[TicketQuery(keywords=~svnauthz,status=!closed,col=summary|keywords|version|milestone,format=table)]] ---- See also: TracFineGrainedPermissions#AuthzSourcePolicy, AuthzPolicy (the more general one, not just for source)