mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-14 12:24:20 +08:00
22 lines
355 B
JSON
22 lines
355 B
JSON
{
|
|
"luci-app-clashoo": {
|
|
"description": "Grant access for luci-app-clashoo",
|
|
"read": {
|
|
"cgi-io": [ "download" ],
|
|
"file": {
|
|
"/tmp/clashoo-backup/export.*": [ "read" ]
|
|
},
|
|
"uci": [ "clashoo" ],
|
|
"ubus": {
|
|
"luci.clashoo": [ "*" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "clashoo" ],
|
|
"ubus": {
|
|
"luci.clashoo": [ "*" ]
|
|
}
|
|
}
|
|
}
|
|
}
|