blob: bf99dd57458b75a89fa378c1593e7aabead376ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"luci-app-acme": {
"description": "Grant UCI access for luci-app-acme",
"read": {
"file": {
"/etc/ssl/acme": [ "list" ]
},
"uci": [ "acme" ]
},
"write": {
"uci": [ "acme" ]
}
}
}
|