summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/permissions/permissions.json
blob: 5b97e5c2c6b8e8cb8d2367cd84e7479cca2e9d9f (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
{
    "access-page": {
        "location-aware": false
    },
    "download": {
        "location-aware": false
    },
    "edit.address": {
        "location-aware": false
    },
    "ipxe.bootentry.view": {
        "location-aware": false
    },
    "ipxe.bootentry.edit": {
        "location-aware": false
    },
    "ipxe.bootentry.add": {
        "location-aware": false
    },
    "ipxe.bootentry.delete": {
        "location-aware": false
    },
    "ipxe.menu.view": {
        "location-aware": false
    },
    "ipxe.menu.edit": {
        "location-aware": true
    },
    "ipxe.menu.add": {
        "location-aware": false
    },
    "ipxe.menu.delete": {
        "location-aware": true
    },
    "ipxe.localboot.edit": {
        "location-aware": false
    }
}