Files
podkop/luci-app-podkop/root/usr/share/rpcd/acl.d/luci-app-podkop.json
2024-10-10 17:10:30 +03:00

22 lines
328 B
JSON

{
"luci-app-podkop": {
"description": "Grant UCI and RPC access to LuCI app podkop",
"read": {
"ubus": {
"luci.podkop": [
"get_sample1",
"get_sample2"
]
},
"uci": [
"podkop"
]
},
"write": {
"uci": [
"podkop"
]
}
}
}