diff options
author | Dave Brolley <brolley@redhat.com> | 2008-09-10 14:54:09 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2008-09-10 14:54:09 -0400 |
commit | dba1a9ba98963d079124f94a6a2af00cbbf6c06d (patch) | |
tree | 24dec559b43002ea0e388c5bb5683f7e86710cc7 /NEWS | |
parent | 78df7b4933f1348882045ea81b56e9e11d8bf093 (diff) | |
download | systemtap-steved-dba1a9ba98963d079124f94a6a2af00cbbf6c06d.tar.gz systemtap-steved-dba1a9ba98963d079124f94a6a2af00cbbf6c06d.tar.xz systemtap-steved-dba1a9ba98963d079124f94a6a2af00cbbf6c06d.zip |
Add network security warning for the client/server.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -57,7 +57,13 @@ 4, the client behaves like the 'stap' front end itself. This means, among other things, that the client will automatically load the resulting module on the local host unless -p[1234] - was specified. See stap-server(8) for more details. + was specified. + + This client/server implementation is a prototype. It provides + NO NETWORK SECURITY OF ANY KIND and should be used only + among trusted hosts on a trusted network. + + See stap-server(8) for more details. - Global variables which are written to but never read are now automatically displayed when the session does a shutdown. For example: |