index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
systrace
/
systrace.c
Age
Commit message (
Expand
)
Author
2002-10-09
predicates are part of the grammar now; in non-root case, predicates are
Jun-ichiro itojun Hagino
2002-10-08
"output" is a pointer of size "outlen", so use outlen instead of
Jun-ichiro itojun Hagino
2002-09-23
support for templates. they allow fast generation of new policies. an
Jun-ichiro itojun Hagino
2002-09-17
daemon should not change the directory. from provos
Jun-ichiro itojun Hagino
2002-09-16
periodically save policies that have been modified. from provos
Jun-ichiro itojun Hagino
2002-08-05
allow to specify an alternate directory for policy loading and writing
Niels Provos
2002-08-04
keep track of ppid and allow matching rules to be logged via syslog.
Niels Provos
2002-07-30
SPLAY_INSERT is a void function
Jun-ichiro itojun Hagino
2002-07-19
constify, have missing prototypes, use pedantic compilation options.
Jun-ichiro itojun Hagino
2002-07-17
on detach or kill do not do argument replacement
Niels Provos
2002-07-16
internal uid/gid tracking. permit can not detach systrace, useful for
Niels Provos
2002-07-12
some clean up. install argument replacements only if we are going to
Niels Provos
2002-07-11
cleanup
Niels Provos
2002-07-10
add fchmod translation
Niels Provos
2002-07-10
do not close fds in daemon.
Niels Provos
2002-07-09
allow systrace to run in the background if possible so that the executed
Niels Provos
2002-07-09
support for system call aliasing. stat/fstat/readlink/access etc... gets
Niels Provos
2002-06-22
replace argument only if it is not copied in the kernel already (has length
Niels Provos
2002-06-21
rewrite all system call arguments in the permit case. use realpath
Niels Provos
2002-06-19
more careful buffer handling; pointed out by deraadt@
Niels Provos
2002-06-18
string.h
Theo de Raadt
2002-06-12
gui needs to be started after child has been forked to prevent fds from
Niels Provos
2002-06-11
kill err(3) newlines; ok provos@
Jason Peel
2002-06-10
support attaching to a running process; some code by fries@
Niels Provos
2002-06-05
support simple predicates to prefix rules. Allows global policies to be
Niels Provos
2002-06-05
dump policies only if user policy is specified.
Niels Provos
2002-06-05
introduce an automatic policy generation mode. it creates a policy based
Niels Provos
2002-06-05
know about CWD. will make some filter rules simpler.
Niels Provos
2002-06-04
log offending syscalls to syslog in automatic mode. dugsong@
Niels Provos
2002-06-04
add flag to ignore user specified policies
Niels Provos
2002-06-04
usage; fries@
Niels Provos
2002-06-04
guipath for getopt
Niels Provos
2002-06-04
explicit path for notification tool xsystrace.
Niels Provos
2002-06-04
complain about missing device only once. from deraadt@
Niels Provos
2002-06-04
KNF
Theo de Raadt
2002-06-04
__FUNCTION__ -> __func__ from espie@
Niels Provos
2002-06-04
initial import of systrace. don't touch this, more stuff coming in a while
Niels Provos