Squashed 'luci-app-fakehttp/' content from commit fee47a1
git-subtree-dir: luci-app-fakehttp git-subtree-split: fee47a159e2ddd3339e3485c2e211e3ac931029a
This commit is contained in:
commit
2690c33ad6
6 changed files with 349 additions and 0 deletions
13
root/usr/share/luci/menu.d/luci-app-fakehttp.json
Normal file
13
root/usr/share/luci/menu.d/luci-app-fakehttp.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"admin/services/fakehttp": {
|
||||
"title": "FakeHTTP",
|
||||
"order": 60,
|
||||
"action": {
|
||||
"type": "view",
|
||||
"path": "fakehttp"
|
||||
},
|
||||
"depends": {
|
||||
"acl": ["luci-app-fakehttp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
11
root/usr/share/rpcd/acl.d/luci-app-fakehttp.json
Normal file
11
root/usr/share/rpcd/acl.d/luci-app-fakehttp.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"luci-app-fakehttp": {
|
||||
"description": "Grant UCI and RPC access to LuCI app fakehttp",
|
||||
"read": {
|
||||
"uci": ["fakehttp"]
|
||||
},
|
||||
"write": {
|
||||
"uci": ["fakehttp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue