Files
luci-app-zt-gateway/root/usr/share/rpcd/acl.d/luci-app-zt-gateway.json

26 lines
557 B
JSON
Raw Normal View History

{
"luci-app-zt-gateway": {
"description": "ZeroTier Exit Gateway switching",
"read": {
"uci": ["zt-gateway", "network"],
"ubus": {
"zt-gateway": ["status", "health", "drain_status", "setup"]
},
"file": {
"/etc/hotplug.d/net/99-zerotier-bridge": ["read"],
"/etc/rc.local": ["read"]
}
},
"write": {
"uci": ["zt-gateway", "network"],
"ubus": {
"zt-gateway": ["switch", "cancel_drain", "setup"]
},
"file": {
"/etc/hotplug.d/net/99-zerotier-bridge": ["write"],
"/etc/rc.local": ["write"]
}
}
}
}