mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-01 12:29:36 +08:00
22 lines
342 B
JSON
22 lines
342 B
JSON
{
|
|
"luci-app-openlist2": {
|
|
"description": "Grant UCI access for luci-app-openlist2",
|
|
"read": {
|
|
"file": {
|
|
"/usr/bin/openlist2": [ "exec" ],
|
|
"/*": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "openlist2" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/*": [ "write" ]
|
|
},
|
|
"uci": [ "openlist2" ]
|
|
}
|
|
}
|
|
}
|