You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
471 B
38 lines
471 B
|
|
# Application-level permissions
|
|
|
|
[]
|
|
access = read : [ * ], write : [ admin, power ]
|
|
export = system
|
|
owner = nobody
|
|
|
|
### EVENT TYPES
|
|
|
|
[eventtypes]
|
|
export = system
|
|
|
|
|
|
### PROPS
|
|
|
|
[props]
|
|
export = system
|
|
|
|
|
|
### TRANSFORMS
|
|
|
|
[transforms]
|
|
export = system
|
|
|
|
|
|
### LOOKUPS
|
|
|
|
[lookups]
|
|
export = system
|
|
|
|
|
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
|
|
|
[viewstates]
|
|
access = read : [ * ], write : [ * ]
|
|
export = system
|