1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-20 19:11:30 +08:00
Files
small-package/luci-app-transmission/root/usr/share/rpcd/acl.d/luci-app-transmission.json
2024-04-04 23:08:48 +08:00

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