public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/12916] New: Aliased process probes aren't allowed for unprivileged
@ 2011-06-21 17:43 jistone at redhat dot com
  2011-07-26 14:50 ` [Bug translator/12916] " brolley at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jistone at redhat dot com @ 2011-06-21 17:43 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=12916

           Summary: Aliased process probes aren't allowed for unprivileged
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com


A simple process probe aliased in stap itself:
> $ stap -l 'stap.system'
> stap.system

It ought to be allowed to unprivileged users too, but this fails:
> $ stap -l 'stap.system' --unprivileged
> $ echo $?
> 1

Manually specifying the probepoint works:
> $ stap -l 'process("stap").mark("stap_system__start")' --unprivileged
> process("stap").mark("stap_system__start")

So it seems that the alias breaks unprivileged access.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug translator/12916] Aliased process probes aren't allowed for unprivileged
  2011-06-21 17:43 [Bug translator/12916] New: Aliased process probes aren't allowed for unprivileged jistone at redhat dot com
@ 2011-07-26 14:50 ` brolley at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: brolley at redhat dot com @ 2011-07-26 14:50 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=12916

Dave Brolley <brolley at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |brolley at redhat dot com
         AssignedTo|systemtap at sourceware dot |brolley at redhat dot com
                   |org                         |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-26 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 17:43 [Bug translator/12916] New: Aliased process probes aren't allowed for unprivileged jistone at redhat dot com
2011-07-26 14:50 ` [Bug translator/12916] " brolley at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).