Ticket #6680: authz_policy.patch
| File authz_policy.patch, 0.6 KB (added by alristico@…, 12 months ago) |
|---|
-
sample-plugins/permissions/authz_policy.py
210 210 for resource_section in [a for a in self.authz.sections 211 211 if a != 'groups']: 212 212 resource_glob = resource_section 213 if ':' not in resource_glob: 214 resource_glob += ':*' 213 215 if '@' not in resource_glob: 214 216 resource_glob += '@*' 215 217
