From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6117 invoked by alias); 6 Dec 2011 21:35:32 -0000 Received: (qmail 5995 invoked by uid 448); 6 Dec 2011 21:35:31 -0000 Date: Tue, 06 Dec 2011 21:35:00 -0000 Message-ID: <20111206213531.5957.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-551-g8bb4f64 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f6844d79b59dfcc5a33e3c48d7a99311a8f9247a X-Git-Newrev: 8bb4f643d872744925423b845c5319cb9ec97be6 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: 2011-q4/txt/msg00193.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 8bb4f643d872744925423b845c5319cb9ec97be6 (commit) from f6844d79b59dfcc5a33e3c48d7a99311a8f9247a (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 8bb4f643d872744925423b845c5319cb9ec97be6 Author: Dave Brolley Date: Tue Dec 6 16:32:26 2011 -0500 staprun: User privilege checking in restricted environments. - Make sure staprun builds with all combinations of HAVE_ELF and HAVE_ELF_GETSHDRSTRNDX. - When HAVE_ELF_GETSHDRSTRNDX is not defined, we must assume the highest required privilege level for signed modules (stapsys). ----------------------------------------------------------------------- Summary of changes: privilege.h | 3 ++- runtime/staprun/staprun_funcs.c | 31 +++++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool