From b2e31a6e7493c56f923cb7d86f7a8a32940393ec Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 7 Jun 2023 14:07:23 +0200 Subject: seitan,cooker: op_resolvefd ops: - update resolvefd with the description - add debug prints cooker: - add emit_resolvefd when match has type FDPATH --- demo/ioctl.hjson | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 demo/ioctl.hjson (limited to 'demo') diff --git a/demo/ioctl.hjson b/demo/ioctl.hjson new file mode 100644 index 0000000..53b59f5 --- /dev/null +++ b/demo/ioctl.hjson @@ -0,0 +1,8 @@ +[ + { + "match": [ + { "ioctl": { "path": "/dev/net/tun", "request": "TUNSETIFF" } } + ], + "return": 0 + } +] -- cgit v1.2.3