fb4454678a
Signed-off-by: sbwml <admin@cooluc.com>
29 lines
549 B
JSON
29 lines
549 B
JSON
{
|
|
"luci-app-dockerman": {
|
|
"description": "Grant UCI access for luci-app-dockerman",
|
|
"read": {
|
|
"file_comment": "so directory picker can browse the FS",
|
|
"file": {
|
|
"/*": ["list", "read"]
|
|
},
|
|
"ubus": {
|
|
"docker": [ "*" ],
|
|
"docker.*": [ "*" ],
|
|
"file": [ "*" ],
|
|
"luci": [ "getMountPoints" ],
|
|
"network.interface": [ "dump" ],
|
|
"rc": [ "init" ]
|
|
},
|
|
"uci": [ "dockerd" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"docker": [ "*" ],
|
|
"docker.*": [ "*" ],
|
|
"rc": [ "init" ]
|
|
},
|
|
"uci": [ "dockerd" ]
|
|
}
|
|
}
|
|
}
|