summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-04 16:43:27 +0100
committerSimon Rettberg2018-03-04 16:43:27 +0100
commit841ad3b5849756a4205225d18716abaabc36b568 (patch)
tree912e96b38d23010270031fdc43abbd06da0f336f
parent[statistics] Refine permissions, add some new ones (diff)
downloadslx-admin-841ad3b5849756a4205225d18716abaabc36b568.tar.gz
slx-admin-841ad3b5849756a4205225d18716abaabc36b568.tar.xz
slx-admin-841ad3b5849756a4205225d18716abaabc36b568.zip
[locationinfo] Add permission entry to runmode config
-rw-r--r--modules-available/locationinfo/hooks/runmode/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/locationinfo/hooks/runmode/config.json b/modules-available/locationinfo/hooks/runmode/config.json
index 4dd7282f..4bba0b5f 100644
--- a/modules-available/locationinfo/hooks/runmode/config.json
+++ b/modules-available/locationinfo/hooks/runmode/config.json
@@ -3,5 +3,6 @@
"isClient": false,
"configHook": "LocationInfo::configHook",
"noSysconfig": true,
- "systemdDefaultTarget": "kiosk-mode"
+ "systemdDefaultTarget": "kiosk-mode",
+ "permission": ".locationinfo.panel.assign-client"
} \ No newline at end of file