summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/permissions/permissions.json
blob: 1244027ea7682d6786970b3a94b4518bb7663b4c (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
{
    "reporting.change": {
        "location-aware": false
    },
    "reporting.download": {
        "location-aware": false
    },
    "table.export": {
        "location-aware": false
    },
    "table.view.client": {
        "location-aware": true
    },
    "table.view.location": {
        "location-aware": true
    },
    "table.view.total": {
        "location-aware": false
    },
    "table.view.user": {
        "location-aware": false
    },
    "table.view.vm": {
        "location-aware": false
    }
}