1. 4ae30cc Clarify comments around minijail_pre{enter|exec}(). by Jorge Lucangeli Obes · 10 years ago
  2. 4e48065 Fix minijail_change_{user|group} with invalid users/groups. by Jorge Lucangeli Obes · 10 years ago
  3. c420a26 minijail: add child PID to log messages by mukesh agrawal · 11 years ago
  4. 3adfef7 capabilities: extract the max cap from the runtime system by Mike Frysinger · 11 years ago
  5. 6c08630 [minijail] support network namespacing by Elly Fong-Jones · 11 years ago
  6. 339a113 Allow reading the jailed process' stdout and stderr. by Jorge Lucangeli Obes · 11 years ago
  7. e5609ac capabilities: correct the <<-operator width everwhere by Kees Cook · 11 years ago
  8. 323878a capabilities: make sure that CAP_SETPCAP is cleared by Kees Cook · 11 years ago
  9. 1530b74 Add exit status reporting to Minijail. by Jorge Lucangeli Obes · 12 years ago
  10. eee3155 Make it easier to build libminijail on Chromium Linux. by Lei Zhang · 12 years ago
  11. 6537a56 Minijail: Fix indentation in libminijail.c by Jorge Lucangeli Obes · 12 years ago
  12. df4bd35 Minijail: allow writing to the child process' standard input. by Jorge Lucangeli Obes · 12 years ago
  13. 6201cf5 Minijail: with no_new_privs, drop privileges before setting seccomp filter. by Jorge Lucangeli Obes · 12 years ago
  14. bda833c Minijail: add logging for seccomp filter failures. by Jorge Lucangeli Obes · 12 years ago
  15. a6b034d Minijail: extract utility functions. by Jorge Lucangeli Obes · 12 years ago
  16. 224e427 Refactor logging in Minijail. by Jorge Lucangeli Obes · 12 years ago
  17. 1c888ae [minijail] document use of NO_NEW_PRIVS by Elly Jones · 12 years ago
  18. a05d7bb [minijail] don't forget to enter pid namespace by Elly Jones · 12 years ago
  19. 761b741 [minijail] handle non-namespaced multithreaded use. by Elly Jones · 12 years ago
  20. 474ee71 Re-enable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  21. c2c9bcc Add API for PR_SET_NO_NEW_PRIVS and set seccomp filter before dropping root. by Jorge Lucangeli Obes · 12 years ago
  22. 524c040 Integrate BPF seccomp_filters to Minijail. by Jorge Lucangeli Obes · 12 years ago
  23. 2343d83 Temporarily disable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  24. 9807d03 Add minijail_run_pid() to return the pid of the jailed child process. by Jorge Lucangeli Obes · 12 years ago
  25. dd3e851 [minijail] document an apparent use-after-free by Elly Jones · 12 years ago
  26. e58176c [minijail] pid namespace implies vfs namespace by Elly Jones · 12 years ago
  27. a105963 minijail0: honor readonly bind mounts by Elly Jones · 13 years ago
  28. 6ac9112 Makefile, libminijail: Invert symbol visibility to allow sane unittesting by Will Drewry · 13 years ago
  29. bee7ba7 libminijail.c: fix dangling pointer evaluation on unmarshal error by Will Drewry · 13 years ago
  30. a8d1e1b minijail0: unbreak chroot and marshalling by Elly Jones · 13 years ago
  31. 1d69793 libminijail: Fix minijail_parse_seccomp_filters to ignore comment lines. by Ben Chan · 13 years ago
  32. 51a5b6c minijail0: add chroot support. by Elly Jones · 13 years ago
  33. e1749eb minijail0: convert to linux style by Elly Jones · 13 years ago
  34. e805d37 libminijail: pass-through errno should be negative by Kees Cook · 13 years ago
  35. eb300c5 minijail0: make jail_change_{user,group} reentrant. by Elly Jones · 13 years ago
  36. c6c8643 libminijail: only clear supplemental groups on user/group change by Will Drewry · 13 years ago
  37. f89aef5 libminijail: add seccomp_filter support to LD_PRELOAD + cleanup by Will Drewry · 13 years ago
  38. fe4a372 libminijail: move over to using marshalled binary for preload by Will Drewry · 13 years ago
  39. 2ddaad0 libminijail: add marshalling and scrubbing functions by Will Drewry · 13 years ago
  40. 2f54b6a minijail0: move ld_preload communication to a pipe by Will Drewry · 13 years ago
  41. 32ac9f5 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  42. f0ef52e Revert "libminijail,minijail0: add seccomp filter support" by Thieu Le · 13 years ago
  43. 13dcc70 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  44. 541c7e5 minijail: Restore original value of LD_PRELOAD after fork. by Ben Chan · 13 years ago
  45. cd7a904 RFC: minijail: add libminijail. by Elly Jones · 13 years ago