Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/bin/systrace Pull up revision 1.16 (requested by elad in ...



details:   https://anonhg.NetBSD.org/src/rev/6768b38fad6e
branches:  netbsd-3
changeset: 576420:6768b38fad6e
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 17:53:38 2005 +0000

description:
Pull up revision 1.16 (requested by elad in ticket #487):
>From marius@openbsd:
Add an exec message so that whenever a set-uid/gid process executes a new
image which we may control, the exec does not go by unnoticed.

diffstat:

 bin/systrace/intercept.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 80fe7dabaa2d -r 6768b38fad6e bin/systrace/intercept.h
--- a/bin/systrace/intercept.h  Sat Jul 02 17:53:32 2005 +0000
+++ b/bin/systrace/intercept.h  Sat Jul 02 17:53:38 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intercept.h,v 1.13 2003/08/25 09:12:45 cb Exp $        */
+/*     $NetBSD: intercept.h,v 1.13.6.1 2005/07/02 17:53:38 tron Exp $  */
 /*     $OpenBSD: intercept.h,v 1.11 2002/08/04 04:15:50 provos Exp $   */
 /*
  * Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -196,6 +196,8 @@
     const char *, void *, int, int, void *);
 void intercept_ugid(struct intercept_pid *, uid_t, gid_t);
 void intercept_setpid(struct intercept_pid *, uid_t, gid_t);
+void intercept_newimage(int, pid_t, int, const char *, char *,
+    struct intercept_pid *);
 
 int intercept_isvalidsystemcall(char *, char *);
 



Home | Main Index | Thread Index | Old Index