diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
commit | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch) | |
tree | f13c681a2f045d8d133e9388aded783bf9de4e0d /NEWS | |
parent | 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff) | |
parent | a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff) | |
download | systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip |
Merge commit 'origin/master'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |