diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-12-09 07:22:54 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-12-09 07:22:54 +0000 |
commit | 29b323982871faf2e7d4f49b6709cd1324d2980c (patch) | |
tree | 518013fe03311fa8b7bcc95aeea09bc2b3d77772 /bin/systrace/intercept.h | |
parent | bae2c518211f5874eed77d153d060b47942171bd (diff) |
prevent the use of permit for aliases. from provos
Diffstat (limited to 'bin/systrace/intercept.h')
-rw-r--r-- | bin/systrace/intercept.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/systrace/intercept.h b/bin/systrace/intercept.h index e0d4101ea82..f6f38c69761 100644 --- a/bin/systrace/intercept.h +++ b/bin/systrace/intercept.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intercept.h,v 1.14 2002/11/26 03:48:07 itojun Exp $ */ +/* $OpenBSD: intercept.h,v 1.15 2002/12/09 07:22:53 itojun Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -190,4 +190,6 @@ void intercept_syscall_result(int, pid_t, u_int16_t, int, const char *, int, void intercept_ugid(struct intercept_pid *, uid_t, gid_t); void intercept_setpid(struct intercept_pid *, uid_t, gid_t); +int intercept_isvalidsystemcall(char *, char *); + #endif /* _INTERCEPT_H_ */ |