diff options
author | Dave Brolley <brolley@redhat.com> | 2009-11-12 10:23:59 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-11-12 10:23:59 -0500 |
commit | 3e6b1e441a3a9ac6d8232265caa358b4b6ad00bf (patch) | |
tree | 5d9af84059faaaacfc23e2513de21386bfc7c0a6 /runtime/staprun/staprun_funcs.c | |
parent | 56cfcfc6e4a93b62681926f6eb06339f4e38ac84 (diff) | |
download | systemtap-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.c | 1 |
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 } |