From 4ab8323bec774a2e4f78900681bf88e36dacaa49 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 12 Nov 2009 13:50:09 -0500 Subject: Sign uprobes.ko with the builder's certificate. Delete ownership & permissions tests from modsign.cxx and stap-serverd. --- runtime/uprobes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/uprobes/Makefile b/runtime/uprobes/Makefile index 4ab637e2..bc0fd6a9 100644 --- a/runtime/uprobes/Makefile +++ b/runtime/uprobes/Makefile @@ -10,7 +10,7 @@ default: if test -f ../../../../bin/stap-sign-module; then \ for f in *.ko; do \ if test ! -e $$f.sgn -o $$f.sgn -ot $$f; then \ - ../../../../bin/stap-sign-module $$f ../../../../etc/systemtap/ssl/server; \ + ../../../../bin/stap-sign-module $$f; \ fi \ done \ fi -- cgit