summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/permissions/permissions.json
diff options
context:
space:
mode:
authorSimon Rettberg2019-12-07 13:52:54 +0100
committerSimon Rettberg2019-12-07 13:52:54 +0100
commit3e45ec44d22f03ca6642e08f695c6d7274cecfaf (patch)
treea71b2ec81895b198757d8ec7272548b42ee074b8 /modules-available/rebootcontrol/permissions/permissions.json
parent[apis/cron] Simple logging function for debugging (diff)
downloadslx-admin-3e45ec44d22f03ca6642e08f695c6d7274cecfaf.tar.gz
slx-admin-3e45ec44d22f03ca6642e08f695c6d7274cecfaf.tar.xz
slx-admin-3e45ec44d22f03ca6642e08f695c6d7274cecfaf.zip
[statistics/rebootcontrol] Add WOL button to statistics module
* Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
Diffstat (limited to 'modules-available/rebootcontrol/permissions/permissions.json')
-rw-r--r--modules-available/rebootcontrol/permissions/permissions.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/rebootcontrol/permissions/permissions.json b/modules-available/rebootcontrol/permissions/permissions.json
index 5983447e..5416a482 100644
--- a/modules-available/rebootcontrol/permissions/permissions.json
+++ b/modules-available/rebootcontrol/permissions/permissions.json
@@ -2,6 +2,9 @@
"newkeypair": {
"location-aware": false
},
+ "woldiscover": {
+ "location-aware": false
+ },
"subnet.view": {
"location-aware": false
},
@@ -28,5 +31,8 @@
},
"action.wol": {
"location-aware": true
+ },
+ "action.exec": {
+ "location-aware": true
}
} \ No newline at end of file