summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2009-12-18 16:50:03 +0800
committerWenji Huang <wenji.huang@oracle.com>2009-12-18 16:50:03 +0800
commitde23650e8c1d62114653427984e0b807c9f4df16 (patch)
treeb06f204e81d08fc7d5a9d6d58bdceb87586710c6 /NEWS
parent27d4c5154aca494c1019cfb1d306118f56b211e1 (diff)
downloadsystemtap-steved-de23650e8c1d62114653427984e0b807c9f4df16.tar.gz
systemtap-steved-de23650e8c1d62114653427984e0b807c9f4df16.tar.xz
systemtap-steved-de23650e8c1d62114653427984e0b807c9f4df16.zip
Fix typos in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index bca3e642..408d638d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,10 @@
- The loading of signed modules by staprun is no longer allowed for
ordinary, unprivileged users. This means that only root, members of
- the group 'stapdev' and members of the group 'staprun' can load
+ the group 'stapdev' and members of the group 'stapusr' can load
systemtap modules using staprun, stap or stap-client. The minimum
privilege required to run arbitrary --unprivileged scripts is now
- 'staprun' membership.
+ 'stapusr' membership.
- The stap-server initscript is available. This initscript allows you
to start systemtap compile servers as a system service and to manage
@@ -75,7 +75,7 @@
considered when searching for a suitable server.
- When using the systemtap client and server udp port 5353 must be open
- in your firewall in order for the clent to find servers using
+ in your firewall in order for the client to find servers using
avahi-browse. Also the systemtap server will choose a random port in
the range 1024-63999 for accepting ssl connections.
@@ -174,9 +174,9 @@
- User space PROBE marks are not always found with or without separate
debuginfo. The .probes section itself is now always put in the main
- elf file and marked as allocated. When when building pic code the
- section is marked writable. fixes the selinux memory check problems
- seen with programs using STAP_PROBES.
+ elf file and marked as allocated. When building pic code the section
+ is marked writable. The selinux memory check problems seen with
+ programs using STAP_PROBES is fixed.
- statement() probes can now override "address not at start of statement"
errors in guru mode. They also provide alternative addresses to use