From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 448 invoked by alias); 5 Feb 2010 21:57:14 -0000 Received: (qmail 424 invoked by uid 426); 5 Feb 2010 21:57:12 -0000 Date: Fri, 05 Feb 2010 21:57:00 -0000 Message-ID: <20100205215712.413.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-62-g03d9fbb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3cad5a57f0117dcb994b72db454b3fa1805e5dd5 X-Git-Newrev: 03d9fbb14c2f641e315be2419b70382bfd43f620 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q1/txt/msg00109.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 03d9fbb14c2f641e315be2419b70382bfd43f620 (commit) from 3cad5a57f0117dcb994b72db454b3fa1805e5dd5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 03d9fbb14c2f641e315be2419b70382bfd43f620 Author: Frank Ch. Eigler Date: Fri Feb 5 16:55:22 2010 -0500 PR11256: harden --unprivileged mode * tapsets-mark.cxx, tapsets.cxx: Don't even publish probe point families that are inappropriate for use in --unprivileged mode. (dwarf_derived_probe_*unprivileged*): Remove, to default to blanket no-permission rather than emit_process_owner_permission mode. * testsuite/semko/fortyeight.stp: New test. ----------------------------------------------------------------------- Summary of changes: tapset-mark.cxx | 2 ++ tapsets.cxx | 37 +++++++++++-------------------------- testsuite/semko/fortyeight.stp | 4 ++++ 3 files changed, 17 insertions(+), 26 deletions(-) create mode 100755 testsuite/semko/fortyeight.stp hooks/post-receive -- systemtap: system-wide probe/trace tool