From 1eb58df1ac797db9545fb2cb3b3047cc794109f9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 27 Dec 2018 08:36:00 +0000 Subject: can run dockerbuild on Fedora 28 with selinux in enforcing mode --- systemtap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemtap') diff --git a/systemtap/Makefile b/systemtap/Makefile index 49f1977..97e24d6 100644 --- a/systemtap/Makefile +++ b/systemtap/Makefile @@ -8,7 +8,7 @@ prepare: sed 's/execname() != "stapio"/pid() == target()/' ./src/ioriot.stp > ./src/targetedioriot.stp sed 's/execname() != "stapio"/execname() == "java"/' ./src/ioriot.stp > ./src/javaioriot.stp compile: - @echo Crosscompiling for Kernel version $(KERNEL) + @echo Compiling for Kernel version $(KERNEL) for stp in ioriot javaioriot targetedioriot; do \ stap -v ./src/$$stp.stp -p 4 -r $(KERNEL) -m $$stp \ -D MAXSTRINGLEN=255 -D MAXACTION=10000 -D MAXSKIPPED=10000\ -- cgit v1.2.3