summaryrefslogtreecommitdiff
path: root/bin/systrace
AgeCommit message (Expand)Author
2002-07-10make it work with chrootNiels 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-07-09Potential off-by-five, ok provos@Daniel Hartmeier
2002-07-07missing error checks on strdup. from cloder@acm.orgNiels Provos
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-06-28KNFTheo de Raadt
2002-06-22gid is u_intTheo de Raadt
2002-06-22uid are unsigned outside of germanyTheo de Raadt
2002-06-22replace argument only if it is not copied in the kernel already (has lengthNiels Provos
2002-06-21No .Pp before .Sh; from wiz@danbala.ifoer.tuwien.ac.atNiels Provos
2002-06-21change BUGS section to mention that only clone is a problem now.Niels Provos
2002-06-21rewrite all system call arguments in the permit case. use realpathNiels Provos
2002-06-20mention shared memory races in bugs section.Niels Provos
2002-06-19more careful buffer handling; pointed out by deraadt@Niels Provos
2002-06-18string.hTheo de Raadt
2002-06-18KNFTheo de Raadt
2002-06-13explain filter operandsNiels Provos
2002-06-12gui needs to be started after child has been forked to prevent fds fromNiels Provos
2002-06-11change a few buffers to 2*MAXPATHLEN; pob deraadt@Niels Provos
2002-06-11kill err(3) newlines; ok provos@Jason Peel
2002-06-10document -pNiels Provos
2002-06-10support attaching to a running process; some code by fries@Niels Provos
2002-06-09knfTodd T. Fries
2002-06-09some knf.Todd T. Fries
2002-06-09allow numeric group ID (group ID appear in /etc/passwd, but not in /etc/group)Jun-ichiro itojun Hagino
2002-06-07explain about permit[inherit] for execveNiels Provos
2002-06-07use profiling to order filter lists more optimally.Niels Provos
2002-06-06fix automatic policy generation for system calls that have the same argsNiels Provos
2002-06-05append predicate, instead of prepending. makes rules sortable again.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-05stab at describing grammarNiels Provos
2002-06-05no special case of execve.Niels Provos
2002-06-05proper handling for .y and .l such that dependancies get generatedMichael Shalayeff
2002-06-05rcsidsMichael Shalayeff
2002-06-05introduce an automatic policy generation mode. it creates a policy basedNiels Provos
2002-06-05inpath logic, for example, filename inpath "$CWD"Niels Provos
2002-06-05know about CWD. will make some filter rules simpler.Niels Provos
2002-06-05My turn to help:Mike Pechkin
2002-06-04setup user systrace dir only if user policies are used.Niels Provos
2002-06-04documentNiels Provos
2002-06-04log offending syscalls to syslog in automatic mode. dugsong@Niels Provos
2002-06-04proper copyrightNiels Provos
2002-06-04files sectionNiels Provos
2002-06-04add flag to ignore user specified policiesNiels Provos
2002-06-04usage; fries@Niels Provos
2002-06-04spellingTodd T. Fries