public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
@ 2008-12-03 22:52 roland at gnu dot org
  2008-12-07 15:23 ` [Bug translator/7062] " fche at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: roland at gnu dot org @ 2008-12-03 22:52 UTC (permalink / raw)
  To: systemtap

buildrun.cxx should use s.runtime_path + "/uprobes" rather than a hard-coded path.

-- 
           Summary: uprobes loading does not respect SYSTEMTAP_RUNTIME
                    environment variable
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: roland at gnu dot org
OtherBugsDependingO 6925
             nThis:


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
@ 2008-12-07 15:23 ` fche at redhat dot com
  2008-12-07 22:33 ` roland at gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2008-12-07 15:23 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-12-07 15:17 -------
merged

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
  2008-12-07 15:23 ` [Bug translator/7062] " fche at redhat dot com
@ 2008-12-07 22:33 ` roland at gnu dot org
  2008-12-08 18:08 ` fche at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: roland at gnu dot org @ 2008-12-07 22:33 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From roland at gnu dot org  2008-12-07 22:30 -------
Merged what?  I don't see any commit marked for PR7062, and no change to this code.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
  2008-12-07 15:23 ` [Bug translator/7062] " fche at redhat dot com
  2008-12-07 22:33 ` roland at gnu dot org
@ 2008-12-08 18:08 ` fche at redhat dot com
  2008-12-08 20:10 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2008-12-08 18:08 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-12-08 18:07 -------
Translator-side code is in, but runtime-side code can't be quite a simple,
since we must not permit unprivileged users to load any old module via an
environment variable setting.  So bug #5163 may need to be worked on with
this issue in mind to cover all cases.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |5163
             Status|REOPENED                    |WAITING


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
                   ` (2 preceding siblings ...)
  2008-12-08 18:08 ` fche at redhat dot com
@ 2008-12-08 20:10 ` roland at gnu dot org
  2008-12-09 14:10 ` fche at redhat dot com
  2008-12-29 21:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: roland at gnu dot org @ 2008-12-08 20:10 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From roland at gnu dot org  2008-12-08 20:08 -------
It might be sufficient just to have staprun clear SYSTEMTAP_RUNTIME when setuid
as it deos for SYSTEMTAP_STAPRUN.

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
                   ` (3 preceding siblings ...)
  2008-12-08 20:10 ` roland at gnu dot org
@ 2008-12-09 14:10 ` fche at redhat dot com
  2008-12-29 21:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2008-12-09 14:10 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-12-09 14:09 -------
commit 73dc0c7 does the setuid-sensitive unsetenv suggested above.

-- 


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug translator/7062] uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable
  2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
                   ` (4 preceding siblings ...)
  2008-12-09 14:10 ` fche at redhat dot com
@ 2008-12-29 21:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2008-12-29 21:19 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-12-29 19:20 -------
committed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

end of thread, other threads:[~2008-12-29 19:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-03 22:52 [Bug translator/7062] New: uprobes loading does not respect SYSTEMTAP_RUNTIME environment variable roland at gnu dot org
2008-12-07 15:23 ` [Bug translator/7062] " fche at redhat dot com
2008-12-07 22:33 ` roland at gnu dot org
2008-12-08 18:08 ` fche at redhat dot com
2008-12-08 20:10 ` roland at gnu dot org
2008-12-09 14:10 ` fche at redhat dot com
2008-12-29 21:19 ` fche 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).