aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index a8b3035..e8d1d14 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,11 @@
try out tracing on *BSD and Solaris
-add tests for tracing static binaries
-
trace static children of static children
-inject errors into trace when violation occurs rather than kill the child
-
cache results of filesystem checks
review erealpath vs realpath usage
-add tests to make sure errno is saved/restored properly
-
wrappers for execl{,l,p} ... unfortunately, we'll probably have to basically
reimplement the functions (building up argv[] and then call the execv* ver)
@@ -25,5 +19,9 @@ threaded apps conflict with shared state:
- trace_pid
- etc...
+handle multiple processing writing to log simultaneously
+ - could move log to a fifo that the main sandbox process would consume
+ - not that big of a deal as log generally only gets written with failures
+
doesnt seem to work quite right:
echo $(./vfork-0 ./mkdir_static-0 2>&1)