1. dba6209 Reland "Add optional signal forwarder and '-z' option to cli" by Jorge Lucangeli Obes · 7 years ago
  2. 7151582 Revert "Add optional signal forwarder and '-z' option to cli" by Roozbeh Pournader · 7 years ago
  3. 74b9027 Add optional signal forwarder and '-z' option to cli by Graziano Misuraca · 7 years ago
  4. f6058c3 Fix prctl() call. by Jorge Lucangeli Obes · 7 years ago
  5. a6eb21a Implement initial ambient capabilities support. by Jorge Lucangeli Obes · 7 years ago
  6. 0b20877 Refactor Minijail in preparation for ambient capabilities work. by Jorge Lucangeli Obes · 7 years ago
  7. 866bb3a Add a flag to drop access to the session keyring by Chirantan Ekbote · 8 years ago
  8. ab9eb44 allow specifying larger /tmp tmpfs mounts by Martin Pelikán · 8 years ago
  9. b91d404 add nosuid/nodev/noexec settings to the /tmp mount by Mike Frysinger · 8 years ago
  10. 3ba8157 name the /proc mount by Mike Frysinger · 8 years ago
  11. 0dce757 fix mode settings on /tmp mount by Mike Frysinger · 8 years ago
  12. eea841b keep error checking style with setgroups logic by Mike Frysinger · 8 years ago
  13. 3454319 Clarify, simplify some error messages. by Jorge Lucangeli Obes · 8 years ago
  14. 6b190c0 ignore missing /proc/<pid>/setgroups files by Mike Frysinger · 8 years ago
  15. 13807cb minijail: Add ability to keep supplementary gids. by Lutz Justen · 8 years ago
  16. 457a5e3 Improve error messages. by Jorge Lucangeli Obes · 8 years ago
  17. 2449956 Call setgroups(2) only once when changing users. by Jorge Lucangeli Obes · 8 years ago
  18. aa235b9 Create a new session for the jailed process. by Jorge Lucangeli Obes · 8 years ago
  19. 7559dfe minijail: bring up loopback interface in new net namespaces by Mike Frysinger · 8 years ago
  20. fb449ab Add a PREUPLOAD.cfg file to enable clang-format by Luis Hector Chavez · 8 years ago
  21. 43ff080 Add an option to close all open file descriptors by Luis Hector Chavez · 8 years ago
  22. 713f6fb Use SECCOMP_RET_TRAP when setting thread sync. by Jorge Lucangeli Obes · 8 years ago
  23. 200299c Allow entering a user namespace with a default gid mapping. by Jorge Lucangeli Obes · 8 years ago
  24. 1365061 Add support for SECCOMP_FILTER_FLAG_TSYNC. by Jorge Lucangeli Obes · 8 years ago
  25. 4d4b3be Add a function to load seccomp filters from a file descriptor. by Jorge Lucangeli Obes · 8 years ago
  26. 937ae7a Merge "Fix return value check of write_pid_to_path" by Treehugger Robot · 8 years ago
  27. db6dab4 Fix return value check of write_pid_to_path by Keshav Santhanam · 8 years ago
  28. 963eeec Rename the init process inside PID namespaces. by Jorge Lucangeli Obes · 8 years ago
  29. f205fff Kill the child process before dying. by Jorge Lucangeli Obes · 8 years ago
  30. ab6fa6f Allow entering a user namespace with a default mapping. by Jorge Lucangeli Obes · 8 years ago
  31. 565e978 Fix soft-fail on Android. by Jorge Lucangeli Obes · 8 years ago
  32. d906099 Merge "Move code away from libminijail.c." by Treehugger Robot · 8 years ago
  33. 7b2e29c Move code away from libminijail.c. by Jorge Lucangeli Obes · 8 years ago
  34. 3b2e6e4 Free all strings in minijail_destroy(). by Jorge Lucangeli Obes · 8 years ago
  35. db0bc67 Use clang-format on more files. by Jorge Lucangeli Obes · 8 years ago
  36. a205390 Allow dropping all caps but keeping root on static binaries. by Jorge Lucangeli Obes · 8 years ago
  37. eec7796 Create mount destinations if they don't exist. by Dylan Reid · 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. df7fab1 Add logging message when using user namespaces and mount namespaces. by Jorge Lucangeli Obes · 8 years ago
  41. 7a56907 Avoid warning about BSD_SOURCE on glibc >= 2.20 by Arthur Gautier · 8 years ago
  42. 2413f37 Skip setting seccomp filter when running with ASan. by Jorge Lucangeli Obes · 8 years ago
  43. f783b52 Fix use of SECURE_ALL_BITS/SECURE_ALL_LOCKS. by Jorge Lucangeli Obes · 9 years ago
  44. 6b0de9b Fix typo in error message. by Jorge Lucangeli Obes · 9 years ago
  45. 097b719 Remove mount points from peer group just before oldroot unmount. by Hidehiko Abe · 9 years ago
  46. 87bf01d Re-organize flags in 'minijail_preexec'. by Jorge Lucangeli Obes · 9 years ago
  47. 3da4031 Make -K work for dynamically-linked binary. by Shuhei Takahashi · 9 years ago
  48. a521bee Add an option to skip remounting / as MS_PRIVATE. by Jorge Lucangeli Obes · 9 years ago
  49. bce609d Do not leak outside root dir fd into the child. by Ricky Zhou · 9 years ago
  50. 7ea269e Don't call cap_get_proc(3) unconditionally. by Jorge Lucangeli Obes · 9 years ago
  51. d8c8205 Always call 'drop_caps'. by Jorge Lucangeli Obes · 9 years ago
  52. f9fcdbe Add support for dropping capabilities from the bounding set. by Jorge Lucangeli Obes · 9 years ago
  53. 6c755d2 Don't die() on bind mounts. by Jorge Lucangeli Obes · 9 years ago
  54. 2b12ba4 Print an error when attempting to use bind mounts without chroot. by Jorge Lucangeli Obes · 9 years ago
  55. b8a5138 Add 'cgroups' flag. by Jorge Lucangeli Obes · 9 years ago
  56. 605ce7f Add ability to put jailed process in cgroups by Dylan Reid · 9 years ago
  57. ce5b55e Separate child process sync from user namespace by Dylan Reid · 9 years ago
  58. 272e3ab Fix Minijail build. by Jorge Lucangeli Obes · 9 years ago
  59. c31391e Merge "softfail on older kernels that lack seccomp support" by Jeffrey Vander Stoep · 9 years ago
  60. 2885bef softfail on older kernels that lack seccomp support by Jeff Vander Stoep · 9 years ago
  61. bc67f44 Make set_supplementary_gids return 'void'. by Jorge Lucangeli Obes · 9 years ago
  62. fd5fc56 Make set_supplementary_gids abort on memory errors. by Jorge Lucangeli Obes · 9 years ago
  63. 4b276a6 Use prctl(PR_CAPBSET_READ) to get the last valid cap on Android. by Jorge Lucangeli Obes · 9 years ago
  64. 2860c46 Add support for resetting signal masks by Peter Qiu · 9 years ago
  65. de02a5b Fix marshaling for supplementary gid list. by Jorge Lucangeli Obes · 9 years ago
  66. 43e29b3 Add libminijail static library target. by Jorge Lucangeli Obes · 9 years ago
  67. 06940be Fix C99 declaration. by Jorge Lucangeli Obes · 9 years ago
  68. cac4fa7 Merge "Free 'suppl_gid_list'." by Jorge Lucangeli Obes · 9 years ago
  69. 43a6a86 Fix some long lines. by Jorge Lucangeli Obes · 9 years ago
  70. e81a52f Free 'suppl_gid_list'. by Jorge Lucangeli Obes · 9 years ago
  71. f7a3868 Fix indentation. by Jorge Lucangeli Obes · 9 years ago
  72. d16ac49 Allow setting supplementary GIDs directly. by Jorge Lucangeli Obes · 9 years ago
  73. c2ba9f5 Use size_t for size-related variables. by Jorge Lucangeli Obes · 9 years ago
  74. d0a6e2f Remove unused Minijail flag and make multi-line comments consistent. by Jorge Lucangeli Obes · 9 years ago
  75. f794247 minijail: Add option to enter a new IPC namespace by Dylan Reid · 9 years ago
  76. eac2894 minijail: Support setting syscall table with PR_ALT_SYSCALL by Andrew Bresticker · 9 years ago
  77. 648b220 minijail: Add ability to specify mounts by Dylan Reid · 9 years ago
  78. 6c7a458 minijail: Remove has_bind_mounts API by Dylan Reid · 9 years ago
  79. a14e08d minijail: Allow static binaries in a bind mount to run by Dylan Reid · 9 years ago
  80. 2034274 Remove warning suppressions. by Jorge Lucangeli Obes · 9 years ago
  81. 1102f5a minijail: Support entering an existing net namespace. by Dylan Reid · 9 years ago
  82. 360f329 Merge "minijail: remove minijail_run_pid_pipe()" by Samuel Tan · 9 years ago
  83. 383e91a Merge "minijail: add minijail_run_pid_pipes_no_preload() API function" by Samuel Tan · 9 years ago
  84. 63adc1f minijail: remove minijail_run_pid_pipe() by Samuel Tan · 9 years ago
  85. 63187f4 minijail: add minijail_run_pid_pipes_no_preload() API function by Samuel Tan · 9 years ago
  86. f682d47 minijail: Read the last valid cap value earlier. by Dylan Reid · 9 years ago
  87. efb697a Merge "Make Minijail work correctly with shared mounts." by Jorge Lucangeli Obes · 9 years ago
  88. 805be39 Make Minijail work correctly with shared mounts. by Jorge Lucangeli Obes · 9 years ago
  89. 46a5509 Call chdir("/") after chroot in pivot_root. by Jorge Lucangeli Obes · 9 years ago
  90. 08946cc minijail: Check correct executable file by Dylan Reid · 9 years ago
  91. 5471450 minijail: Refactor dynamic and static code paths. by Jorge Lucangeli Obes · 9 years ago
  92. 791f577 minijail: Don't unmount proc if not mounted by Dylan Reid · 9 years ago
  93. e0a530e minijail: use new_root as put_old in pivot_root(2) by Yu-Hsi Chiang · 9 years ago
  94. 64d65a7 minijail: Support pivot_root by Yu-Hsi Chiang · 9 years ago
  95. 1912c5b minijail: Support multiple range uid/gid mappings. by Yu-Hsi Chiang · 9 years ago
  96. 3cc05ea minijail: Support writing child pid to file by Yu-Hsi Chiang · 9 years ago
  97. 10e9123 minijail: add user namespace support by Yu-Hsi Chiang · 9 years ago
  98. 3e954ec minijail: Add a new option to allow program run as pid 1. by Yu-Hsi Chiang · 9 years ago
  99. 34e2274 Use libcap on Android. by Jorge Lucangeli Obes · 9 years ago
  100. 5b7a318 Use __ANDROID__ instead of __BRILLO__. by Daniel Erat · 9 years ago