1. 761b741 [minijail] handle non-namespaced multithreaded use. by Elly Jones · 12 years ago
  2. c4ff83e Add jorgelo@chromium to Minijail OWNERS file. by Jorge Lucangeli Obes · 12 years ago
  3. 474ee71 Re-enable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  4. c2c9bcc Add API for PR_SET_NO_NEW_PRIVS and set seccomp filter before dropping root. by Jorge Lucangeli Obes · 12 years ago
  5. 524c040 Integrate BPF seccomp_filters to Minijail. by Jorge Lucangeli Obes · 12 years ago
  6. d446726 Add full seccomp BPF filter generation. by Jorge Lucangeli Obes · 12 years ago
  7. edb1d8e Update Minijail syscall filter unit tests to work on 32 bits. by Jorge Lucangeli Obes · 12 years ago
  8. 2343d83 Temporarily disable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  9. fc8ab53 Add syscall filter BPF program generator. by Jorge Lucangeli Obes · 12 years ago
  10. 9807d03 Add minijail_run_pid() to return the pid of the jailed child process. by Jorge Lucangeli Obes · 12 years ago
  11. dd3e851 [minijail] document an apparent use-after-free by Elly Jones · 12 years ago
  12. fdd5f2d [minijail] fix usage docs by Elly Jones · 12 years ago
  13. e58176c [minijail] pid namespace implies vfs namespace by Elly Jones · 12 years ago
  14. a105963 minijail0: honor readonly bind mounts by Elly Jones · 12 years ago
  15. 6c1d8a4 minijail: remove C++ implementation by Elly Jones · 12 years ago
  16. 5ba42b5 minijail0: parse *all* the arguments! by Elly Jones · 12 years ago
  17. 3cb9f61 libminijail_unittests: add more for consume* by Will Drewry · 13 years ago
  18. f229050 test_harness.h: Explain failure on terminal signal by Will Drewry · 13 years ago
  19. 6ac9112 Makefile, libminijail: Invert symbol visibility to allow sane unittesting by Will Drewry · 13 years ago
  20. bee7ba7 libminijail.c: fix dangling pointer evaluation on unmarshal error by Will Drewry · 13 years ago
  21. 463c27a libminijail_unittest: fix unittests for consumestr by Will Drewry · 13 years ago
  22. b5d537d update Makefile to use a LIBDIR variable to locate the preload library by Sonny Rao · 13 years ago
  23. cc6ab27 minijail: add OWNERS. by Elly Jones · 13 years ago
  24. dc69108 Revert "update Makefile to accept a LIBDIR variable to specify where libraries go" by David James · 13 years ago
  25. afe66e8 update Makefile to accept a LIBDIR variable to specify where libraries go by Sonny Rao · 13 years ago
  26. a8d1e1b minijail0: unbreak chroot and marshalling by Elly Jones · 13 years ago
  27. 1d69793 libminijail: Fix minijail_parse_seccomp_filters to ignore comment lines. by Ben Chan · 13 years ago
  28. 51a5b6c minijail0: add chroot support. by Elly Jones · 13 years ago
  29. e1749eb minijail0: convert to linux style by Elly Jones · 13 years ago
  30. decdfdc libminijail_unittest: add some tests by Will Drewry · 13 years ago
  31. 7bb008f minijail: add a C test harness by Will Drewry · 13 years ago
  32. e805d37 libminijail: pass-through errno should be negative by Kees Cook · 13 years ago
  33. eb300c5 minijail0: make jail_change_{user,group} reentrant. by Elly Jones · 13 years ago
  34. c6c8643 libminijail: only clear supplemental groups on user/group change by Will Drewry · 13 years ago
  35. f89aef5 libminijail: add seccomp_filter support to LD_PRELOAD + cleanup by Will Drewry · 13 years ago
  36. fe4a372 libminijail: move over to using marshalled binary for preload by Will Drewry · 13 years ago
  37. 2ddaad0 libminijail: add marshalling and scrubbing functions by Will Drewry · 13 years ago
  38. 2f54b6a minijail0: move ld_preload communication to a pipe by Will Drewry · 13 years ago
  39. 32ac9f5 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  40. f0ef52e Revert "libminijail,minijail0: add seccomp filter support" by Thieu Le · 13 years ago
  41. 13dcc70 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  42. 541c7e5 minijail: Restore original value of LD_PRELOAD after fork. by Ben Chan · 13 years ago
  43. 6f47038 minijail: Pass gid option through libminijailpreload. by Ben Chan · 13 years ago
  44. 4539701 minijail: Add Makefile target to compile libminijail.so by Ben Chan · 13 years ago
  45. bd18762 minijail: remove 'install' target. by Elly Jones · 13 years ago
  46. cd7a904 RFC: minijail: add libminijail. by Elly Jones · 13 years ago
  47. 1251242 minijail: accept named uid/gid. by Elly Jones · 13 years ago
  48. b1b4626 minijail: return change_gid_ from change_gid(), not change_uid_. by Elly Jones · 13 years ago
  49. 376d4ef minijail: unmount /proc, then mount by Elly Jones · 13 years ago
  50. fcd73d4 [minijail] Roll forward to new libchrome by Chris Masone · 13 years ago
  51. 4463bea [minijail] Add the ability to set capabilities from the command line by Chris Masone · 13 years ago
  52. 7b634ba [minijail] Update to new libchrome API by Chris Masone · 14 years ago
  53. a429949 Add LICENSE file by J. Richard Barnette · 14 years ago
  54. 13603c9 Update Watchlists by Anush Elangovan · 14 years ago
  55. 1c3f7bd Setup code review inheritance by Anush Elangovan · 14 years ago
  56. 9923eb0 build: Restore make_tests.sh scripts. by Daniel Erat · 14 years ago
  57. 24df18b build: Delete files from the previous build system. by Daniel Erat · 14 years ago
  58. 6b195b4 waitpid() on the child process when changing namespaces by Will Drewry · 14 years ago
  59. 6b58896 make minijail inherit the env when building by Chris Masone · 14 years ago
  60. 871d781 Make minijail respect the groups of the uid provided on the command line. by Chris Masone · 14 years ago
  61. ca4c77e Rename chromeos-microbenchmark package to libchromeos-microbenchmark-dev by Colin Watson · 14 years ago
  62. 4dd0e66 Update minijail tests with real mocks and packaging testing deps by Will Drewry · 14 years ago
  63. 3daf602 minijail: Switch to new cross-friendly packaging style by Colin Watson · 14 years ago
  64. 9b53ff8 Fix broken tree by Will Drewry · 14 years ago
  65. b551847 Overhaul microbenchmark so that it can be pulled in easily by any package by Will Drewry · 14 years ago
  66. 7fff652 enable seccomp benchmark options which was in the switch list but not connected to anything... by Will Drewry · 14 years ago
  67. 8e7799c Add build and package support to minijail by Will Drewry · 14 years ago
  68. bd940e9 Baseline minijail with a commandline switch driven main. by drewry@google.com · 14 years ago