summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-11-12 13:50:09 -0500
committerDave Brolley <brolley@redhat.com>2009-11-12 13:50:09 -0500
commit4ab8323bec774a2e4f78900681bf88e36dacaa49 (patch)
tree6c18b4440b91ca364576873759197f72cc5dd152 /runtime
parent3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf (diff)
downloadsystemtap-steved-4ab8323bec774a2e4f78900681bf88e36dacaa49.tar.gz
systemtap-steved-4ab8323bec774a2e4f78900681bf88e36dacaa49.tar.xz
systemtap-steved-4ab8323bec774a2e4f78900681bf88e36dacaa49.zip
Sign uprobes.ko with the builder's certificate.
Delete ownership & permissions tests from modsign.cxx and stap-serverd.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/uprobes/Makefile2
1 files changed, 1 insertions, 1 deletions
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