aboutgitcodelistschat:MatrixIRC
path: root/cooker/example.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/example.hjson')
-rw-r--r--cooker/example.hjson3
1 files changed, 2 insertions, 1 deletions
diff --git a/cooker/example.hjson b/cooker/example.hjson
index f445418..b161449 100644
--- a/cooker/example.hjson
+++ b/cooker/example.hjson
@@ -7,7 +7,8 @@
{ "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 }, "ret": "new_fd" },
{ "connect": { "fd": { "tag": { "get": "new_fd" } }, "addr": { "family": "unix", "path": "/var/run/pr-helper.sock" } }, "ret": "y" }
],
- "fd": { "src": { "tag": "new_fd" }, "new": { "tag": "orig_fd" }, "return": true, "close_on_exec": false }
+ "fd": { "src": { "tag": "new_fd" }, "new": { "tag": "orig_fd" }, "close_on_exec": false },
+ "return": { "tag": "y" }
},
{
"match": [ /* qemu creates a tap interface */