blob: c52b37198dcf23be309de267749e7bdd3140e041 [file] [log] [blame]
{
"run_oci_args": ["--cgroup_parent=chronos_containers"],
"program_argv": ["/bin/ls", "/dev/null_test"],
"expected_result": "/dev/null_test",
"overrides": {
"mounts": [
{
"source": "tmpfs",
"destination": "/dev",
"type": "tmpfs",
"options": [
"noexec",
"nosuid"
],
"performInIntermediateNamespace": true
}
],
"linux.devices": [
{
"path" : "/dev/null_test",
"type" : "c",
"major" : 1,
"minor" : 3,
"fileMode" : 438,
"uid" : 0,
"gid" : 0
}
]
}
}