Project

General

Profile

1
# rule structure is namespace.layer.operation=role1,role2,...
2
# namespace: a namespace or * to catch them all (in that case, layer should be *)
3
# layer: a layer/featureType/coverage name or * to catch them all
4
# operatin: r or w (read or write)
5
# role list: * to imply all roles, or a list of explicit roles
6
# The operation will be allowed if the current user has at least one of the
7
# roles in the rule
8
*.*.r=*
9
*.*.w=*
(1-1/4)