22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"luci-app-vlmcsd": {
|
|
"description": "Grant UCI access for luci-app-vlmcsd",
|
|
"read": {
|
|
"file": {
|
|
"/etc/init.d/vlmcsd": [ "exec" ],
|
|
"/etc/vlmcsd/vlmcsd.ini": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "vlmcsd" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/vlmcsd/vlmcsd.ini": [ "write" ]
|
|
},
|
|
"uci": [ "vlmcsd" ]
|
|
}
|
|
}
|
|
}
|