Update rbac.md

Quick style change.
This commit is contained in:
Wayne Witzel III 2016-02-11 11:07:44 -05:00
parent 1ed0c94c62
commit 25c48c0077

View File

@ -57,16 +57,8 @@ The RBAC system defines a few new models. These models represent the underlying
```python
# Available Permissions
{
'create':True,
'read':True,
'write':True,
'update':True,
'delete':True,
'scm_update':True,
'use':True,
'execute':True,
}
{'create':True, 'read':True, 'write':True, 'update':True,
'delete':True, 'scm_update':True, 'use':True, 'execute':True}
# Special Permissions
{'all':True}
# Example: readonly