aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/mls_conf/authz/scope.json
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/examples/moon/policies/mls_conf/authz/scope.json')
-rw-r--r--keystone-moon/examples/moon/policies/mls_conf/authz/scope.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/keystone-moon/examples/moon/policies/mls_conf/authz/scope.json b/keystone-moon/examples/moon/policies/mls_conf/authz/scope.json
deleted file mode 100644
index f07b0071..00000000
--- a/keystone-moon/examples/moon/policies/mls_conf/authz/scope.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "subject_category_scope": {
- "subject_security_level": [
- "high",
- "medium",
- "low"
- ]
- },
-
- "action_category_scope": {
- "computing_action": [
- "vm_admin",
- "vm_access"
- ]
- },
-
- "object_category_scope": {
- "object_security_level": [
- "high",
- "medium",
- "low"
- ]
- }
-}