1. 64730af Add a pre-chroot hook by Luis Hector Chavez · 7 years ago
  2. 1617f63 minijail: Add a way to allow arbitrary fd redirects by Luis Hector Chavez · 7 years ago
  3. e0ba4ce minijail: Add minijail_add_hook() by Luis Hector Chavez · 7 years ago
  4. ec0a2c1 minijail: Allow skipping setting securebits when restricting caps by Luis Hector Chavez · 7 years ago
  5. 0f72ef4 Add the ability to set rlimits on the jailed process by Dylan Reid · 7 years ago
  6. b9a7b16 support creating new uts namespaces (and setting hostnames) by Mike Frysinger · 7 years ago
  7. dba6209 Reland "Add optional signal forwarder and '-z' option to cli" by Jorge Lucangeli Obes · 7 years ago
  8. 7151582 Revert "Add optional signal forwarder and '-z' option to cli" by Roozbeh Pournader · 7 years ago
  9. 74b9027 Add optional signal forwarder and '-z' option to cli by Graziano Misuraca · 7 years ago
  10. a6eb21a Implement initial ambient capabilities support. by Jorge Lucangeli Obes · 7 years ago
  11. 866bb3a Add a flag to drop access to the session keyring by Chirantan Ekbote · 7 years ago
  12. ab9eb44 allow specifying larger /tmp tmpfs mounts by Martin Pelikán · 7 years ago
  13. 13807cb minijail: Add ability to keep supplementary gids. by Lutz Justen · 7 years ago
  14. 43ff080 Add an option to close all open file descriptors by Luis Hector Chavez · 8 years ago
  15. 200299c Allow entering a user namespace with a default gid mapping. by Jorge Lucangeli Obes · 8 years ago
  16. 1365061 Add support for SECCOMP_FILTER_FLAG_TSYNC. by Jorge Lucangeli Obes · 8 years ago
  17. 4d4b3be Add a function to load seccomp filters from a file descriptor. by Jorge Lucangeli Obes · 8 years ago
  18. deca9f2 Make libminijail.h 80-col clean. by Jorge Lucangeli Obes · 8 years ago
  19. 81e2397 Allow mount data to be specified by Dylan Reid · 8 years ago
  20. 4cbc2a5 Add ability to enter a cgroup namespace by Dylan Reid · 8 years ago
  21. 6e3a582 Remove dead minijail_disable_ptrace() declaration. by Mattias Nissler · 8 years ago
  22. a521bee Add an option to skip remounting / as MS_PRIVATE. by Jorge Lucangeli Obes · 8 years ago
  23. f9fcdbe Add support for dropping capabilities from the bounding set. by Jorge Lucangeli Obes · 8 years ago
  24. 605ce7f Add ability to put jailed process in cgroups by Dylan Reid · 8 years ago
  25. bc67f44 Make set_supplementary_gids return 'void'. by Jorge Lucangeli Obes · 8 years ago
  26. 2860c46 Add support for resetting signal masks by Peter Qiu · 9 years ago
  27. 43a6a86 Fix some long lines. by Jorge Lucangeli Obes · 9 years ago
  28. d16ac49 Allow setting supplementary GIDs directly. by Jorge Lucangeli Obes · 9 years ago
  29. d0a6e2f Remove unused Minijail flag and make multi-line comments consistent. by Jorge Lucangeli Obes · 9 years ago
  30. f794247 minijail: Add option to enter a new IPC namespace by Dylan Reid · 9 years ago
  31. eac2894 minijail: Support setting syscall table with PR_ALT_SYSCALL by Andrew Bresticker · 9 years ago
  32. 648b220 minijail: Add ability to specify mounts by Dylan Reid · 9 years ago
  33. 6c7a458 minijail: Remove has_bind_mounts API by Dylan Reid · 9 years ago
  34. 1102f5a minijail: Support entering an existing net namespace. by Dylan Reid · 9 years ago
  35. 63adc1f minijail: remove minijail_run_pid_pipe() by Samuel Tan · 9 years ago
  36. 63187f4 minijail: add minijail_run_pid_pipes_no_preload() API function by Samuel Tan · 9 years ago
  37. 08946cc minijail: Check correct executable file by Dylan Reid · 9 years ago
  38. 5471450 minijail: Refactor dynamic and static code paths. by Jorge Lucangeli Obes · 9 years ago
  39. 791f577 minijail: Don't unmount proc if not mounted by Dylan Reid · 9 years ago
  40. 64d65a7 minijail: Support pivot_root by Yu-Hsi Chiang · 9 years ago
  41. 3cc05ea minijail: Support writing child pid to file by Yu-Hsi Chiang · 9 years ago
  42. 10e9123 minijail: add user namespace support by Yu-Hsi Chiang · 9 years ago
  43. 3e954ec minijail: Add a new option to allow program run as pid 1. by Yu-Hsi Chiang · 9 years ago
  44. 1563b5b minijail: Add support for entering an existing VFS namespace. by Jorge Lucangeli Obes · 10 years ago
  45. 2f61ee4 Fix more style issues. by Jorge Lucangeli Obes · 10 years ago
  46. 1e4fc6a Allow minijail to run statically linked targets by Lee Campbell · 10 years ago
  47. 11af062 Allow mounting of a tmpfs /tmp in the chroot by Lee Campbell · 10 years ago
  48. 6c08630 [minijail] support network namespacing by Elly Fong-Jones · 11 years ago
  49. 339a113 Allow reading the jailed process' stdout and stderr. by Jorge Lucangeli Obes · 11 years ago
  50. df4bd35 Minijail: allow writing to the child process' standard input. by Jorge Lucangeli Obes · 12 years ago
  51. bda833c Minijail: add logging for seccomp filter failures. by Jorge Lucangeli Obes · 12 years ago
  52. a6b034d Minijail: extract utility functions. by Jorge Lucangeli Obes · 12 years ago
  53. 761b741 [minijail] handle non-namespaced multithreaded use. by Elly Jones · 12 years ago
  54. 474ee71 Re-enable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  55. c2c9bcc Add API for PR_SET_NO_NEW_PRIVS and set seccomp filter before dropping root. by Jorge Lucangeli Obes · 12 years ago
  56. 524c040 Integrate BPF seccomp_filters to Minijail. by Jorge Lucangeli Obes · 12 years ago
  57. 2343d83 Temporarily disable setting seccomp filters in Minijail. by Jorge Lucangeli Obes · 12 years ago
  58. 9807d03 Add minijail_run_pid() to return the pid of the jailed child process. by Jorge Lucangeli Obes · 12 years ago
  59. e58176c [minijail] pid namespace implies vfs namespace by Elly Jones · 12 years ago
  60. 51a5b6c minijail0: add chroot support. by Elly Jones · 13 years ago
  61. e1749eb minijail0: convert to linux style by Elly Jones · 13 years ago
  62. 2ddaad0 libminijail: add marshalling and scrubbing functions by Will Drewry · 13 years ago
  63. 32ac9f5 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  64. f0ef52e Revert "libminijail,minijail0: add seccomp filter support" by Thieu Le · 13 years ago
  65. 13dcc70 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  66. cd7a904 RFC: minijail: add libminijail. by Elly Jones · 13 years ago