secubox-openwrt/luci-app-vhost-manager/root/usr/share/rpcd/acl.d/luci-app-vhost-manager.json

18 lines
423 B
JSON

{
"luci-app-vhost-manager": {
"description": "VHost Manager",
"read": {
"ubus": {
"luci.vhost-manager": ["status", "internal_hosts", "redirects", "certificates"]
},
"uci": ["vhost"]
},
"write": {
"ubus": {
"luci.vhost-manager": ["apply_config"]
},
"uci": ["vhost"]
}
}
}