summaryrefslogtreecommitdiffstats
path: root/stap-server
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-04-02 12:34:29 -0400
committerDave Brolley <brolley@redhat.com>2009-04-02 12:34:29 -0400
commit2f54c4fe5a3aa21b4d5c38edabf83f3cdad0177d (patch)
tree5ff9417c68651e345b5c82f9662d2d8d39a870f3 /stap-server
parentf5ccb20cd2a00649213270637161f0d68ffc0163 (diff)
downloadsystemtap-steved-2f54c4fe5a3aa21b4d5c38edabf83f3cdad0177d.tar.gz
systemtap-steved-2f54c4fe5a3aa21b4d5c38edabf83f3cdad0177d.tar.xz
systemtap-steved-2f54c4fe5a3aa21b4d5c38edabf83f3cdad0177d.zip
2009-04-02 Dave Brolley <brolley@redhat.com>
* stap-serverd (initialization): Create client certificate database if it does not exist. * stap-server (call_stap): Don't pass --sign-module to stap. * session.h (unprivileged): New member of systemtap_session. * modsign.cxx (init_cert_db_path, check_cert_db_path): New functions. (sign_module): Call check_cert_db_path. * main.cxx (usage): Document --signing-cert and --unprivileged. (runner): Set default signing certificate path. Initialize s.unprivileged. (LONG_OPT_SIGN_MODULE): Renamed to LONG_OPT_SIGNING_CERT. (LONG_OPT_UNPRIVILEGED): #define it. (long_options): Add --signing-cert and --unprivileged. (runner): Allow multiple --signing-cert options. Use the last specified. Don't reset unless the new setting is valid. Handle LONG_OPT_UNPRIVILEGED.
Diffstat (limited to 'stap-server')
-rwxr-xr-xstap-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-server b/stap-server
index d26eaff9..76130bb1 100755
--- a/stap-server
+++ b/stap-server
@@ -330,7 +330,7 @@ function call_stap {
server_p_phase=$p_phase
fi
- eval ${stap_exec_prefix}stap "$cmdline" --sign-module -k -p $server_p_phase \
+ eval ${stap_exec_prefix}stap "$cmdline" -k -p $server_p_phase \
>> $tmpdir_server/stdout \
2>> $tmpdir_server/stderr