aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_mls_admin/scope.json
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/examples/moon/policies/policy_mls_admin/scope.json')
-rw-r--r--keystone-moon/examples/moon/policies/policy_mls_admin/scope.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/keystone-moon/examples/moon/policies/policy_mls_admin/scope.json b/keystone-moon/examples/moon/policies/policy_mls_admin/scope.json
deleted file mode 100644
index faf06d2c..00000000
--- a/keystone-moon/examples/moon/policies/policy_mls_admin/scope.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "subject_category_scope": {
- "role": [
- "admin"
- ]
- },
-
- "action_category_scope": {
- "ie_action": [
- "ie_access",
- "ie_admin"
- ]
- },
-
- "object_category_scope": {
- "id": [
- "subjects",
- "objects",
- "actions",
- "subject_categories",
- "object_categories",
- "action_categories",
- "subject_category_scope",
- "object_category_scope",
- "action_category_scope",
- "sub_rules",
- "sub_meta_rule",
- "subject_assignments",
- "object_assignments",
- "action_assignments",
- "sub_meta_rule_relations",
- "aggregation_algorithms"
- ]
- }
-}