summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/staprun_funcs.c
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-11-12 10:23:59 -0500
committerDave Brolley <brolley@redhat.com>2009-11-12 10:23:59 -0500
commit3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf (patch)
tree5d9af84059faaaacfc23e2513de21386bfc7c0a6 /runtime/staprun/staprun_funcs.c
parent56cfcfc6e4a93b62681926f6eb06339f4e38ac84 (diff)
downloadsystemtap-steved-3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf.tar.gz
systemtap-steved-3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf.tar.xz
systemtap-steved-3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf.zip
Relax restrictions on ownership and access permissions of signer's cert database.
Diffstat (limited to 'runtime/staprun/staprun_funcs.c')
-rw-r--r--runtime/staprun/staprun_funcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/staprun/staprun_funcs.c b/runtime/staprun/staprun_funcs.c
index 4e6b9189..4df1992c 100644
--- a/runtime/staprun/staprun_funcs.c
+++ b/runtime/staprun/staprun_funcs.c
@@ -533,5 +533,6 @@ void assert_uprobes_module_permissions(
err("run '" BINDIR "/stap-authorize-signing-cert %s' as root\n",
SYSCONFDIR "/systemtap/ssl/server/stap.cert");
}
+ exit(-1);
#endif
}