This file is indexed.

/etc/senlin/policy.json is in senlin-common 2.0.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "context_is_admin":  "role:admin",
    "deny_everybody": "!",

    "build_info:build_info": "",
    "profile_types:index": "",
    "profile_types:get": "",
    "policy_types:index": "",
    "policy_types:get": "",
    "clusters:index": "",
    "clusters:create": "",
    "clusters:delete": "",
    "clusters:get": "",
    "clusters:action": "",
    "clusters:update": "",
    "clusters:collect": "",
    "profiles:index": "",
    "profiles:create": "",
    "profiles:get": "",
    "profiles:delete": "",
    "profiles:update": "",
    "profiles:validate": "",
    "nodes:index": "",
    "nodes:create": "",
    "nodes:get": "",
    "nodes:action": "",
    "nodes:update": "",
    "nodes:delete": "",
    "policies:index": "",
    "policies:create": "",
    "policies:get": "",
    "policies:update": "",
    "policies:delete": "",
    "policies:validate": "",
    "cluster_policies:index": "",
    "cluster_policies:attach": "",
    "cluster_policies:detach": "",
    "cluster_policies:update": "",
    "cluster_policies:get": "",
    "receivers:index": "",
    "receivers:create": "",
    "receivers:get": "",
    "receivers:delete": "",
    "receivers:notify": "",
    "actions:index": "",
    "actions:get": "",
    "events:index": "",
    "events:get": "",
    "webhooks:trigger": ""
}