18 lines
271 B
JSON
18 lines
271 B
JSON
{
|
|
"luci-app-zerotier": {
|
|
"description": "Grant access to ZeroTier configuration",
|
|
"read": {
|
|
"file": {
|
|
"/sbin/ifconfig": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "zerotier" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "zerotier" ]
|
|
}
|
|
}
|
|
}
|