Spiegel von
https://git.openwrt.org/project/luci.git
synchronisiert 2025-01-18 15:43:42 +00:00
ebd09332b4
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js fix XSS vulnerability Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix minor bugs Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix plugins bugs Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix interfaces bugs Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix interface & snr bugs Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix hostname Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix typo Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix missing files, use rpc for hostnames, remove luci-compat Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js luci-app-olsr: migrate to js fix menu order Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com> luci-app-olsr: migrate to js
35 Zeilen
Kein EOL
449 B
JSON
35 Zeilen
Kein EOL
449 B
JSON
{
|
|
"luci-app-olsr": {
|
|
"description": "Grant UCI access for luci-app-olsr",
|
|
"read": {
|
|
"ubus": {
|
|
"luci-rpc": [
|
|
"*"
|
|
],
|
|
"olsrinfo": [
|
|
"getjsondata",
|
|
"hasipip"
|
|
]
|
|
},
|
|
"file": {
|
|
"/etc/modules.d": [
|
|
"list",
|
|
"read"
|
|
],
|
|
"/usr/lib": [ "list" ]
|
|
},
|
|
"uci": [
|
|
"luci_olsr",
|
|
"olsrd",
|
|
"olsrd6"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"luci_olsr",
|
|
"olsrd",
|
|
"olsrd6"
|
|
]
|
|
}
|
|
}
|
|
} |