summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/permissions/permissions.json
blob: 5416a482525beca1bcefd1c456682f70c6739b9b (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
33
34
35
36
37
38
{
    "newkeypair": {
        "location-aware": false
    },
    "woldiscover": {
        "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
    },
    "action.exec": {
        "location-aware": true
    }
}