This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-393-g6e9be5b


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  6e9be5bd74d75dd5ec2c51ad1a783f4ac418cad1 (commit)
      from  8f7e7a1486f45cd373ecf7dd6ef0b052622496de (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 6e9be5bd74d75dd5ec2c51ad1a783f4ac418cad1
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Nov 8 10:15:27 2011 -0500

    PR 13128: Backward compatibility for stapusr and stapdev level modules.
    
    If no privilege credentials are passed to the module, we can assume that
    the module was loaded directly by a root level user (insmod) or by an
    older version of staprun (less than 1.7). In the latter case, if the module
    requires stapusr or stapdev credentials, we can assume that staprun did the
    right thing and that the module is safe to run. Otherwise, the required
    privilege level is unknown to the old staprun and we must abort.

-----------------------------------------------------------------------

Summary of changes:
 translate.cxx |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]