aboutgitcodelistschat:MatrixIRC
path: root/cooker/example.hjson
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-04 08:13:23 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-04 08:29:05 +0200
commit37e94bd191701a08e0081b2027cfbede6d76a21c (patch)
tree873e2646f52d901c057d40c47499a3f80ba2d23f /cooker/example.hjson
parent6a8f05f9f0d10b257edce878381bf22b1249537e (diff)
downloadseitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.gz
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.bz2
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.lz
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.xz
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.tar.zst
seitan-37e94bd191701a08e0081b2027cfbede6d76a21c.zip
treewide: Change to GPLv2, add LICENSES, missing headers
As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
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 */