aboutgitcodelistschat:MatrixIRC
path: root/demo
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-14 16:23:12 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-14 16:23:12 +0200
commitd8fecc6ec2fcd9b5113bca23ba62144390926dcd (patch)
tree291189201ac939ce52a935ad0784c1b6f6c8df8f /demo
parent008c65c30900608d7e4a46e927d5ea3d22fd6255 (diff)
downloadseitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar.gz
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar.bz2
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar.lz
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar.xz
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.tar.zst
seitan-d8fecc6ec2fcd9b5113bca23ba62144390926dcd.zip
demo: simplify and adjust scripts
Diffstat (limited to 'demo')
-rw-r--r--demo/connect.hjson6
1 files changed, 0 insertions, 6 deletions
diff --git a/demo/connect.hjson b/demo/connect.hjson
index de4c119..551c335 100644
--- a/demo/connect.hjson
+++ b/demo/connect.hjson
@@ -10,12 +10,6 @@
"fd": { "src": { "tag": "fd" }, "new": { "tag": "new_fd" }, "close_on_exec": false },
"return": { "value": 0, "error": 0 }
},
- { /* fake connect syscall */
- "match": [
- { "connect": { "addr": { "family": "unix", "path": "/fake.sock" } } }
- ],
- "return": { "value": 0, "error": 0 }
- },
{ /* Inject permission denied error */
"match": [
{ "connect": { "addr": { "family": "unix", "path": "/error.sock" } } }