summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/permissions/permissions.json
blob: 5983447e3a67bb412817e8fa7cda39ad842f0636 (plain) (blame)
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
{
    "newkeypair": {
        "location-aware": false
    },
    "subnet.view": {
        "location-aware": false
    },
    "subnet.edit": {
        "location-aware": false
    },
    "subnet.flag": {
        "location-aware": false
    },
    "jumphost.view": {
        "location-aware": false
    },
    "jumphost.edit": {
        "location-aware": false
    },
    "jumphost.assign-subnet": {
        "location-aware": false
    },
    "action.reboot": {
        "location-aware": true
    },
    "action.shutdown": {
        "location-aware": true
    },
    "action.wol": {
        "location-aware": true
    }
}