aboutgitcodelistschat:MatrixIRC
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/ioctl.hjson8
1 files changed, 8 insertions, 0 deletions
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
+ }
+]