mirror of
https://github.com/kenzok8/small-package
synced 2025-09-20 19:11:30 +08:00
21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"luci-app-transmission": {
|
|
"description": "Grant UCI access for luci-app-transmission",
|
|
"read": {
|
|
"file": {
|
|
"/etc/group": [ "read" ],
|
|
"/etc/passwd": [ "read" ],
|
|
"/usr/share/transmission/public_html/index.html": [ "list" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "stat" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "transmission" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "transmission" ]
|
|
}
|
|
}
|
|
}
|