mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
28 lines
432 B
JSON
28 lines
432 B
JSON
{
|
|
"luci-app-podkop": {
|
|
"description": "Grant UCI and RPC access to LuCI app podkop",
|
|
"read": {
|
|
"file": {
|
|
"/etc/init.d/podkop": [
|
|
"exec"
|
|
],
|
|
"/usr/bin/podkop": [
|
|
"exec"
|
|
]
|
|
},
|
|
"ubus": {
|
|
"service": [
|
|
"list"
|
|
]
|
|
},
|
|
"uci": [
|
|
"podkop"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"podkop"
|
|
]
|
|
}
|
|
}
|
|
} |