public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime/staprun ChangeLog staprun.c
@ 2007-10-12  1:51 fche
  0 siblings, 0 replies; 10+ messages in thread
From: fche @ 2007-10-12  1:51 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-10-12 01:51:10

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	* staprun error-check reordering for parseko/cmdline* tests
	
	* staprun.c (main): Move checks for init_cap and getuid
	from just before command line argument parsing to just after.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&r1=1.7&r2=1.8


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-08-15 17:37 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-08-15 17:37 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	dsmith@sourceware.org	2007-08-15 17:37:22

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-08-15  David Smith  <dsmith@redhat.com>
	
	* staprun.c (main): Quit if effective uid is not root.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&r1=1.28&r2=1.29
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&r1=1.5&r2=1.6


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-08-08 21:03 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-08-08 21:03 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	dsmith@sourceware.org	2007-08-08 21:03:48

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-08-08  David Smith  <dsmith@redhat.com>
	
	* staprun.c (init_staprun): Drop CAP_SYS_ADMIN when we're done
	with it.
	(main): Drop CAP_SYS_NICE when we're done with it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.37&r2=1.25.2.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.25&r2=1.3.2.26


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-30 20:56 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2007-07-30 20:56 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-07-30 20:56:50

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-30  Martin Hunt  <hunt@redhat.com>
	
	* staprun.c (main): If no modulename was given, display usage and exit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.27&r2=1.25.2.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.20&r2=1.3.2.21


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-26 19:12 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2007-07-26 19:12 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-07-26 19:12:32

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-26  Martin Hunt  <hunt@redhat.com>
	
	* staprun.c (run_stapio): Set argv[0] to stapio
	so that it executes as itself instead of staprun.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.26&r2=1.25.2.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.19&r2=1.3.2.20


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-25 16:08 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2007-07-25 16:08 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-07-25 16:08:51

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-25  Martin Hunt  <hunt@redhat.com>
	
	* staprun.c (cleanup): Only do cleanups once.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.22&r2=1.25.2.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.17&r2=1.3.2.18


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-19 21:12 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-07-19 21:12 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	dsmith@sourceware.org	2007-07-19 21:12:28

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-19  David Smith  <dsmith@redhat.com>
	
	* staprun.c (run_as): Uses do_cap macro.
	(cleanup): Improved error message.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.12&r2=1.25.2.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.13&r2=1.3.2.14


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-19  4:14 hunt
  0 siblings, 0 replies; 10+ messages in thread
From: hunt @ 2007-07-19  4:14 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	hunt@sourceware.org	2007-07-19 04:14:35

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-18  Martin Hunt  <hunt@redhat.com>
	
	* staprun.c (mountfs): The setuid() calls clear the effective
	capability set, so need to add CAP_SYS_ADMIN before the
	mount call.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.8&r2=1.25.2.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.8&r2=1.3.2.9


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-18 20:53 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-07-18 20:53 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	dsmith@sourceware.org	2007-07-18 20:53:08

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-18  David Smith  <dsmith@redhat.com>
	
	* staprun.c (mountfs): Sets uid to root before making directory
	and then restores uid.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.7&r2=1.25.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.7&r2=1.3.2.8


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

* src/runtime/staprun ChangeLog staprun.c
@ 2007-07-16 15:26 dsmith
  0 siblings, 0 replies; 10+ messages in thread
From: dsmith @ 2007-07-16 15:26 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Branch: 	setuid-branch
Changes by:	dsmith@sourceware.org	2007-07-16 15:26:16

Modified files:
	runtime/staprun: ChangeLog staprun.c 

Log message:
	2007-07-16  David Smith  <dsmith@redhat.com>
	
	* staprun.c (setup_ctl_channel): New function to change ownership
	on the 'cmd' file.
	(init_staprun): Calls setup_ctl_channel().
	(cleanup): Calls setup_ctl_channel().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/ChangeLog.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.25.2.1&r2=1.25.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/staprun/staprun.c.diff?cvsroot=systemtap&only_with_tag=setuid-branch&r1=1.3.2.1&r2=1.3.2.2


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

end of thread, other threads:[~2007-10-12  1:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12  1:51 src/runtime/staprun ChangeLog staprun.c fche
  -- strict thread matches above, loose matches on Subject: below --
2007-08-15 17:37 dsmith
2007-08-08 21:03 dsmith
2007-07-30 20:56 hunt
2007-07-26 19:12 hunt
2007-07-25 16:08 hunt
2007-07-19 21:12 dsmith
2007-07-19  4:14 hunt
2007-07-18 20:53 dsmith
2007-07-16 15:26 dsmith

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).