summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-13 19:11:52 +0200
committerPaul Buetow <paul@buetow.org>2024-02-13 19:11:52 +0200
commit6c1335b3538dabc82b4931d4bf13a36f86c4666e (patch)
tree3f8971f8b3d81ba09637ee39c9f5e238072edb51 /Makefile
parentef80f577771e95c0843658d65ced3dd069634471 (diff)
can pass flags to BPF
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2c7bad..c47a371 100644
--- a/Makefile
+++ b/Makefile
@@ -29,4 +29,4 @@ clean:
.PHONY: run
run:
- sudo ./ioriotng
+ sudo ./ioriotng -uid $$(id -u)