Files
podkop/luci-app-podkop/root/usr/share/rpcd/acl.d/luci-app-podkop.json
2025-03-05 01:08:30 +03:00

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