From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4763 invoked by alias); 18 Sep 2008 21:23:27 -0000 Received: (qmail 4739 invoked by uid 9156); 18 Sep 2008 21:23:27 -0000 Date: Thu, 18 Sep 2008 21:23:00 -0000 Message-ID: <20080918212325.4720.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-274-g0387bde X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ef27e8ab9c7921350fd32af5c4b4d86205ca34b X-Git-Newrev: 0387bde4d7cb9853a93af0d266330dea7938b506 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: X-SW-Source: 2008-q3/txt/msg00256.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 0387bde4d7cb9853a93af0d266330dea7938b506 (commit) from 7ef27e8ab9c7921350fd32af5c4b4d86205ca34b (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 0387bde4d7cb9853a93af0d266330dea7938b506 Author: David Smith Date: Thu Sep 18 16:23:12 2008 -0500 Fix PR 6903 by checking for the real uid, not the euid. 2008-09-18 David Smith PR 6903. * staprun_funcs.c (check_permissions): Instead of checking the effective uid, check the real uid for root permissions. ----------------------------------------------------------------------- Summary of changes: runtime/staprun/ChangeLog | 6 ++++++ runtime/staprun/staprun_funcs.c | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool