From 00614c5e6702db8ac3f18a9e193c7a8382f16e6b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 14 Jun 2023 07:25:52 +0200 Subject: cooker: Support for read(), OP_STORE, field-based filters Signed-off-by: Stefano Brivio --- demo/socket.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo') diff --git a/demo/socket.hjson b/demo/socket.hjson index 7a16ccc..d9a3345 100644 --- a/demo/socket.hjson +++ b/demo/socket.hjson @@ -1,7 +1,7 @@ [ { "match": [ - { "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 } } + { "socket": { "family": "unix", "type": "stream", "flags": "cloexec", "protocol": 0 } } ], "call": [ { "socket": { "family": "unix", "type": "stream", "flags": [ "cloexec", "nonblock" ], "protocol": 0 }, "ret": "new_fd" } -- cgit v1.2.3