luci/applications/luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json

17 lines
260 B
JSON
Raw Normal View History

{
"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" ]
}
}
}
}