summaryrefslogtreecommitdiff
path: root/sys/dev/systrace.h
AgeCommit message (Expand)Author
2011-09-18Add support for *at(2) system calls to systrace(1).Matthew Dempsky
2011-06-22Add a SYSTR_POLICY_KILL per-syscall policy option that sends SIGKILL toDamien Miller
2008-11-09systrace activation happens in the middle of a rather sensitive piece ofTheo de Raadt
2006-10-06fix an exploitable integer overflow found by Chris Evans of GoogleDamien Miller
2006-05-23Replace lockmgr with rwlock; 'i think so' tedu@, ok sturm@Aleksander Piotrowski
2004-11-07add a new message: inject. this allows the tracer to to inject buffers intomarius eriksen
2004-07-07fix an issue when scripts are exec'd under systrace wheremarius eriksen
2004-06-23a few fixes to systracemarius eriksen
2003-10-08originally from cb@netbsd.org, adapted by provosNikolay Sturm
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
2003-03-28fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previ...Michael Shalayeff
2002-12-04rename the clone ioctl to avoid clashing w/ the sockio; provos@ okMichael Shalayeff
2002-10-25add id tags.Federico G. Schwindt
2002-10-16support for privilege elevation.Jun-ichiro itojun Hagino
2002-10-09new message to track uid/gid changesJun-ichiro itojun Hagino
2002-07-24better uid/gid tracking; okay deraadt@Niels Provos
2002-07-22add seqnr to message from kernel, userland needs to quote correct seqnr.Niels Provos
2002-06-21system call argument rewriting framework via stackgap; okay art@Niels Provos
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-10new ioctl that reports the current emulation a process uses; needed forNiels Provos
2002-06-02explicit padding; okay deraadt@Niels Provos
2002-05-19make fsystrace available in systrace.h; keep some more stats.Niels Provos
2002-05-16systrace facility, used to enforce and generate policies for system callsNiels Provos