Debug captive-sandbox-server in unsandboxed environment (no suid, no chroot).
authorshort <>
Wed, 18 Jun 2003 09:24:58 +0000 (09:24 +0000)
committershort <>
Wed, 18 Jun 2003 09:24:58 +0000 (09:24 +0000)
src/client/sandbox-server/.gdbinit

index f8b381f..1cd4172 100644 (file)
@@ -23,5 +23,5 @@ set env LD_PRELOAD=/usr/lib/libefence.so
 set env LD_LIBRARY_PATH ../../libcaptive/.libs/
 file ./.libs/captive-sandbox-server
 b main
-run
+run --setuid - --setgid - --chroot -
 c