From f42715a4ced0c445d3a8636617cc5d40fb1e443a Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 5 Jun 2023 14:07:07 +0200 Subject: demo: extend demo with additional matches Add matches for injecting error and faking the connect syscall. Fix seitan-run clean-up: delete only *.bpf and *.gluten files --- seitan-run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'seitan-run') diff --git a/seitan-run b/seitan-run index d22eee2..60bc3b1 100755 --- a/seitan-run +++ b/seitan-run @@ -16,7 +16,8 @@ usage() { } cleanup() { - rm -rf "${DIR}" + rm -rf "${DIR}/*.bpf" + rm -rf "${DIR}/*.gluten" } trap cleanup EXIT INT -- cgit v1.2.3