blob: 20e327b98f5f3136d02bfe3bb88a7a894c9c480b [file] [log] [blame]
{
"mounts": {
"dev": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"dev_bus": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"dev_bus_usb": {
"type": "bind",
"source": "/dev/bus/usb",
"options": [
"bind"
]
},
"dev_random": {
"type": "bind",
"source": "/dev/random",
"options": [
"bind"
]
},
"dev_urandom": {
"type": "bind",
"source": "/dev/urandom",
"options": [
"bind"
]
},
"dev_null": {
"type": "bind",
"source": "/dev/null",
"options": [
"bind"
]
},
"sys": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"proc": {
"type": "proc",
"source": "proc",
"options": [
"noexec",
"nodev",
"nosuid"
]
},
"run": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"run_broker_service" : {
"type": "bind",
"source": "/run/broker_service",
"options": [
"noexec",
"nodev",
"bind"
]
},
"sys_bus": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"sys_bus_usb": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
},
"sys_bus_usb_devices": {
"type": "bind",
"source": "/sys/bus/usb/devices",
"options": [
"bind"
]
},
"sys_devices": {
"type": "bind",
"source": "/sys/devices",
"options": [
"bind"
]
},
"tmp": {
"type": "tmpfs",
"source": "tmpfs",
"options": [
"nosuid",
"mode=0755"
]
}
},
"linux": {
"uidMappings": "0 1000 1",
"gidMappings": "0 1000 1",
"devices": [],
"altSysCallTable": "third_party"
}
}