17 lines
260 B
JSON
17 lines
260 B
JSON
|
{
|
||
|
"luci-app-wol": {
|
||
|
"description": "Grant access to wake-on-lan executables",
|
||
|
"read": {
|
||
|
"ubus": {
|
||
|
"luci-rpc": [ "getHostHints" ]
|
||
|
}
|
||
|
},
|
||
|
"write": {
|
||
|
"file": {
|
||
|
"/usr/bin/etherwake": [ "exec" ],
|
||
|
"/usr/bin/wol": [ "exec" ]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|