boxlite 0.9.7

Embeddable virtual machine runtime for secure, isolated code execution
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "vmm": {
        "default_action": "allow",
        "filter_action": "trap",
        "filter": []
    },
    "api": {
        "default_action": "allow",
        "filter_action": "trap",
        "filter": []
    },
    "vcpu": {
        "default_action": "allow",
        "filter_action": "trap",
        "filter": []
    }
}