summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/permissions/permissions.json
blob: 663a8dc4f4559a5d5dea59eaf5d82076a218a838 (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
{
    "machine.delete": {
        "location-aware": true
    },
    "machine.note.view": {
        "location-aware": true
    },
    "machine.note.edit": {
        "location-aware": true
    },
    "hardware.projectors.view": {
        "location-aware": false
    },
    "hardware.projectors.edit": {
        "location-aware": false
    },
    "machine.view-details": {
        "location-aware": true
    },
    "view.summary": {
        "location-aware": true
    },
    "view.list": {
        "location-aware": true
    }
}