Files
2026-09-05 22:03:25 +08:00

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": [ "*" ]
}
}
}
}