summaryrefslogtreecommitdiff
path: root/bin/systrace/systrace.c
AgeCommit message (Expand)Author
2002-10-09predicates are part of the grammar now; in non-root case, predicates areJun-ichiro itojun Hagino
2002-10-08"output" is a pointer of size "outlen", so use outlen instead ofJun-ichiro itojun Hagino
2002-09-23support for templates. they allow fast generation of new policies. anJun-ichiro itojun Hagino
2002-09-17daemon should not change the directory. from provosJun-ichiro itojun Hagino
2002-09-16periodically save policies that have been modified. from provosJun-ichiro itojun Hagino
2002-08-05allow to specify an alternate directory for policy loading and writingNiels Provos
2002-08-04keep track of ppid and allow matching rules to be logged via syslog.Niels Provos
2002-07-30SPLAY_INSERT is a void functionJun-ichiro itojun Hagino
2002-07-19constify, have missing prototypes, use pedantic compilation options.Jun-ichiro itojun Hagino
2002-07-17on detach or kill do not do argument replacementNiels Provos
2002-07-16internal uid/gid tracking. permit can not detach systrace, useful forNiels Provos
2002-07-12some clean up. install argument replacements only if we are going toNiels Provos
2002-07-11cleanupNiels Provos
2002-07-10add fchmod translationNiels Provos
2002-07-10do not close fds in daemon.Niels Provos
2002-07-09allow systrace to run in the background if possible so that the executedNiels Provos
2002-07-09support for system call aliasing. stat/fstat/readlink/access etc... getsNiels Provos
2002-06-22replace argument only if it is not copied in the kernel already (has lengthNiels Provos
2002-06-21rewrite all system call arguments in the permit case. use realpathNiels Provos
2002-06-19more careful buffer handling; pointed out by deraadt@Niels Provos
2002-06-18string.hTheo de Raadt
2002-06-12gui needs to be started after child has been forked to prevent fds fromNiels Provos
2002-06-11kill err(3) newlines; ok provos@Jason Peel
2002-06-10support attaching to a running process; some code by fries@Niels Provos
2002-06-05support simple predicates to prefix rules. Allows global policies to beNiels Provos
2002-06-05dump policies only if user policy is specified.Niels Provos
2002-06-05introduce an automatic policy generation mode. it creates a policy basedNiels Provos
2002-06-05know about CWD. will make some filter rules simpler.Niels Provos
2002-06-04log offending syscalls to syslog in automatic mode. dugsong@Niels Provos
2002-06-04add flag to ignore user specified policiesNiels Provos
2002-06-04usage; fries@Niels Provos
2002-06-04guipath for getoptNiels Provos
2002-06-04explicit path for notification tool xsystrace.Niels Provos
2002-06-04complain about missing device only once. from deraadt@Niels Provos
2002-06-04KNFTheo de Raadt
2002-06-04__FUNCTION__ -> __func__ from espie@Niels Provos
2002-06-04initial import of systrace. don't touch this, more stuff coming in a whileNiels Provos