This commit is contained in:
itdoginfo
2024-12-14 22:56:31 +03:00
parent 9e599450f6
commit a6a171ef47
5 changed files with 49 additions and 13 deletions

View File

@@ -2,10 +2,14 @@
"luci-app-podkop": {
"description": "Grant UCI and RPC access to LuCI app podkop",
"read": {
"file": {
"/etc/init.d/podkop": [
"exec"
]
},
"ubus": {
"luci.podkop": [
"get_sample1",
"get_sample2"
"service": [
"list"
]
},
"uci": [
@@ -18,4 +22,4 @@
]
}
}
}
}