Example: for the !AuthzPolicy plugin (see sample-plugins/authz_policy.py), it is possible to configure the TracIni configuration view to be visible only to administrators, whereas the system information can be viewed by anyone.
{{{
[about:config]
@administrators = VIEW
[about:systeminfo]
* = VIEW
}}}