small-packages/luci-app-openlist2/root/usr/share/rpcd/acl.d/luci-app-openlist2.json
2026-05-10 09:48:30 +08:00

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" ]
}
}
}