1. fea05c6 fix handling of consecutive optional arguments by Mike Frysinger · 6 years ago
  2. 8f0665b make the dest field with -b optional by Mike Frysinger · 6 years ago
  3. d45fc42 Add the --profile flag by Luis Hector Chavez · 7 years ago
  4. d775f4c Fix the minijail0 help by Luis Hector Chavez · 7 years ago
  5. 5dd5b1b move setpgid() from libminijail to minijail0 by Stephen Barber · 7 years ago
  6. ac08a68 allow bind mounts outside of chroots by Mike Frysinger · 7 years ago
  7. 99becbd minijail0: drop unused longoption_index by Mike Frysinger · 7 years ago
  8. 227c291 minijail0: support --help too by Mike Frysinger · 7 years ago
  9. 33ffef3 add an option to set up a minimal /dev by Mike Frysinger · 7 years ago
  10. 7132355 Improve the way uid/gid changes in unprivileged userns by Luis Hector Chavez · 7 years ago
  11. 114a930 Allow redirecting logging to an FD by Luis Hector Chavez · 7 years ago
  12. 95582e7 Initialize some uninitialized pointers by Luis Hector Chavez · 7 years ago
  13. 6c8d820 ASan: Fixed memory leak by lhchavez · 7 years ago
  14. 58602a8 Clarify -T option in usage by Graziano Misuraca · 7 years ago
  15. eaab420 abort when bind mounting a non-existent source path by Mike Frysinger · 7 years ago
  16. ec0a2c1 minijail: Allow skipping setting securebits when restricting caps by Luis Hector Chavez · 7 years ago
  17. fe5fb8e minijail: Add support for dropping caps with static binaries by Luis Hector Chavez · 7 years ago
  18. 0f72ef4 Add the ability to set rlimits on the jailed process by Dylan Reid · 7 years ago
  19. e61fd66 clarify -s vs -S seccomp modes a bit by Mike Frysinger · 7 years ago
  20. 98f4a93 minijail0: adjust how we stop processing non-opts by Mike Frysinger · 7 years ago
  21. b9a7b16 support creating new uts namespaces (and setting hostnames) by Mike Frysinger · 7 years ago
  22. dba6209 Reland "Add optional signal forwarder and '-z' option to cli" by Jorge Lucangeli Obes · 7 years ago
  23. 7151582 Revert "Add optional signal forwarder and '-z' option to cli" by Roozbeh Pournader · 7 years ago
  24. 74b9027 Add optional signal forwarder and '-z' option to cli by Graziano Misuraca · 7 years ago
  25. d253835 minijail0: update -i usage by Mike Frysinger · 7 years ago
  26. a6eb21a Implement initial ambient capabilities support. by Jorge Lucangeli Obes · 7 years ago
  27. 0b20877 Refactor Minijail in preparation for ambient capabilities work. by Jorge Lucangeli Obes · 7 years ago
  28. 866bb3a Add a flag to drop access to the session keyring by Chirantan Ekbote · 7 years ago
  29. 959f656 Fix help message, man page. by Jorge Lucangeli Obes · 7 years ago
  30. ab9eb44 allow specifying larger /tmp tmpfs mounts by Martin Pelikán · 7 years ago
  31. ec7def2 make the -t (/tmp mount) option imply -v (new mount namespace) by Mike Frysinger · 7 years ago
  32. 13807cb minijail: Add ability to keep supplementary gids. by Lutz Justen · 7 years ago
  33. fb449ab Add a PREUPLOAD.cfg file to enable clang-format by Luis Hector Chavez · 8 years ago
  34. 200299c Allow entering a user namespace with a default gid mapping. by Jorge Lucangeli Obes · 8 years ago
  35. 1365061 Add support for SECCOMP_FILTER_FLAG_TSYNC. by Jorge Lucangeli Obes · 8 years ago
  36. a32e839 Fix Minijail usage message. by Jorge Lucangeli Obes · 8 years ago
  37. ab6fa6f Allow entering a user namespace with a default mapping. by Jorge Lucangeli Obes · 8 years ago
  38. 81e2397 Allow mount data to be specified by Dylan Reid · 8 years ago
  39. 4cbc2a5 Add ability to enter a cgroup namespace by Dylan Reid · 8 years ago
  40. 3b5841b Add missing options to minijail(1) manpage by Brian Norris · 8 years ago
  41. a521bee Add an option to skip remounting / as MS_PRIVATE. by Jorge Lucangeli Obes · 8 years ago
  42. 768d42b Clarify '-T' help. by Jorge Lucangeli Obes · 8 years ago
  43. 9dd256e Clean up 'minijail0' help message. by Jorge Lucangeli Obes · 8 years ago
  44. 2ed0912 add -T option to minijail0 for specifying ELF linkage type by Matthew Dempsky · 8 years ago
  45. e7a5908 Merge "Compile 'minijail0' on Brillo/Android." by Jorge Lucangeli Obes · 8 years ago
  46. 2b12ba4 Print an error when attempting to use bind mounts without chroot. by Jorge Lucangeli Obes · 8 years ago
  47. d99a40d Compile 'minijail0' on Brillo/Android. by Jorge Lucangeli Obes · 8 years ago
  48. f794247 minijail: Add option to enter a new IPC namespace by Dylan Reid · 9 years ago
  49. eac2894 minijail: Support setting syscall table with PR_ALT_SYSCALL by Andrew Bresticker · 9 years ago
  50. 648b220 minijail: Add ability to specify mounts by Dylan Reid · 9 years ago
  51. a14e08d minijail: Allow static binaries in a bind mount to run by Dylan Reid · 9 years ago
  52. 1102f5a minijail: Support entering an existing net namespace. by Dylan Reid · 9 years ago
  53. 08946cc minijail: Check correct executable file by Dylan Reid · 9 years ago
  54. 5471450 minijail: Refactor dynamic and static code paths. by Jorge Lucangeli Obes · 9 years ago
  55. 791f577 minijail: Don't unmount proc if not mounted by Dylan Reid · 9 years ago
  56. 64d65a7 minijail: Support pivot_root by Yu-Hsi Chiang · 9 years ago
  57. 1912c5b minijail: Support multiple range uid/gid mappings. by Yu-Hsi Chiang · 9 years ago
  58. 3cc05ea minijail: Support writing child pid to file by Yu-Hsi Chiang · 9 years ago
  59. 10e9123 minijail: add user namespace support by Yu-Hsi Chiang · 9 years ago
  60. 3e954ec minijail: Add a new option to allow program run as pid 1. by Yu-Hsi Chiang · 9 years ago
  61. 3901da6 minijail: Allow tmpfs /tmp mount without a chroot. by Jorge Lucangeli Obes · 9 years ago
  62. c2968ea minijail: allow -i and -p to be used together by Mike Frysinger · 9 years ago
  63. 03b2af2 minijail: improve debug and help text output by Kees Cook · 10 years ago
  64. 482cb9d minijail: Read all cmdline options before setting up seccomp filters. by Jorge Lucangeli Obes · 10 years ago
  65. 1563b5b minijail: Add support for entering an existing VFS namespace. by Jorge Lucangeli Obes · 10 years ago
  66. 2f61ee4 Fix more style issues. by Jorge Lucangeli Obes · 10 years ago
  67. c8b21e1 Fix coding style issues. by Jorge Lucangeli Obes · 10 years ago
  68. 1e4fc6a Allow minijail to run statically linked targets by Lee Campbell · 10 years ago
  69. 11af062 Allow mounting of a tmpfs /tmp in the chroot by Lee Campbell · 10 years ago
  70. 4b2d5ee Exit if unable to dlopen() libminijailpreload.so. by Jorge Lucangeli Obes · 10 years ago
  71. 88f76a7 Permit minijail0 callers to act as init to jailed processes by Christopher Wiley · 11 years ago
  72. 6c08630 [minijail] support network namespacing by Elly Fong-Jones · 11 years ago
  73. 6d71785 [minijail] check permissions on target by Elly Fong-Jones · 11 years ago
  74. f65c9fe [minijail] stop parsing at first non-opt arg by Elly Fong-Jones · 11 years ago
  75. bda833c Minijail: add logging for seccomp filter failures. by Jorge Lucangeli Obes · 12 years ago
  76. 2625bba Fix Minijail's getopt string. by Jorge Lucangeli Obes · 12 years ago
  77. 0341d6c Fix "-n" option in Minijail. by Jorge Lucangeli Obes · 12 years ago
  78. 474ee71 Re-enable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  79. c2c9bcc Add API for PR_SET_NO_NEW_PRIVS and set seccomp filter before dropping root. by Jorge Lucangeli Obes · 12 years ago
  80. 2343d83 Temporarily disable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  81. fdd5f2d [minijail] fix usage docs by Elly Jones · 12 years ago
  82. e58176c [minijail] pid namespace implies vfs namespace by Elly Jones · 12 years ago
  83. 5ba42b5 minijail0: parse *all* the arguments! by Elly Jones · 13 years ago
  84. a8d1e1b minijail0: unbreak chroot and marshalling by Elly Jones · 13 years ago
  85. 51a5b6c minijail0: add chroot support. by Elly Jones · 13 years ago
  86. e1749eb minijail0: convert to linux style by Elly Jones · 13 years ago
  87. fe4a372 libminijail: move over to using marshalled binary for preload by Will Drewry · 13 years ago
  88. 32ac9f5 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  89. f0ef52e Revert "libminijail,minijail0: add seccomp filter support" by Thieu Le · 13 years ago
  90. 13dcc70 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  91. cd7a904 RFC: minijail: add libminijail. by Elly Jones · 13 years ago