From dba1a9ba98963d079124f94a6a2af00cbbf6c06d Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 10 Sep 2008 14:54:09 -0400 Subject: Add network security warning for the client/server. --- ChangeLog | 2 ++ NEWS | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a1e423d..6c0cc6fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ packages. Make sure systemattap-runtime only picks up staprun.8* man pages. Create new systemtap-client and systemtap-server packages. + * NEWS: Add network security warning for the systemtap + client/server. 2008-09-10 Mark Wielaard diff --git a/NEWS b/NEWS index 04ba292e..b7647c30 100644 --- a/NEWS +++ b/NEWS @@ -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: -- cgit