1. f8c21ea Makefile: Workaround gtest-config not being installed. by Allen Webb · 5 years ago
  2. ee87607 Add DEFAULT_PIVOT_ROOT var which can be changed at build time. by Allen Webb · 6 years ago
  3. e520019 minijail: Unconditionally include securebits.h by Mattias Nissler · 6 years ago
  4. 2a93cee remove constants.json from all build rule by Zach Reizner · 6 years ago
  5. f7b2018 dump_constants: Add a tool to generate a JSON file with all constants by Luis Hector Chavez · 6 years ago
  6. 9acba45 minijail: Add a way to specify the path of libminijailpreload.so by Luis Hector Chavez · 6 years ago
  7. f6423bb Makefile: Add the leading / to LIBDIR by Luis Hector Chavez · 6 years ago
  8. 916c6c3 add a build-time knob to disable seccomp logging (-L) by Mike Frysinger · 6 years ago
  9. 4d2a81e add unittests for the minijail0 cli by Mike Frysinger · 7 years ago
  10. 5ef22ca split minijail0 cli parsers into a sep module by Mike Frysinger · 7 years ago
  11. 32c3992 start a util unittest by Mike Frysinger · 7 years ago
  12. e1f046a common.mk: sync w/platform2 by Mike Frysinger · 7 years ago
  13. e131e13 build w/-Wunused-parameter to match Android by Mike Frysinger · 7 years ago
  14. 2acbec5 Convert to Android.bp by Dan Willemsen · 7 years ago
  15. 780aef7 libminijail_unittest: change userns test into a runtime probe by Mike Frysinger · 7 years ago
  16. 9131f6c Fix Chrome OS unit tests by Luis Hector Chavez · 7 years ago
  17. daa0371 Make the build more fuzzer-friendly by Luis Hector Chavez · 7 years ago
  18. 114a930 Allow redirecting logging to an FD by Luis Hector Chavez · 7 years ago
  19. a1f4e0a Fix CLEAN step for parse_seccomp_policy. by Jorge Lucangeli Obes · 7 years ago
  20. 0b5cffa start unittests for the system.c file by Mike Frysinger · 7 years ago
  21. 0b20877 Refactor Minijail in preparation for ambient capabilities work. by Jorge Lucangeli Obes · 7 years ago
  22. ddb7970 minijail: reduce build warnings/errors by Kees Cook · 7 years ago
  23. 6a600a4 Linux: Change the default for seccomp soft-fail. by Jorge Lucangeli Obes · 8 years ago
  24. e0c5a76 Make unit tests build and run on Chrome OS. by Jorge Lucangeli Obes · 8 years ago
  25. 9bd316b Port Minijail unit tests to Google Test. by Jorge Lucangeli Obes · 8 years ago
  26. ce2c3ff Add -Wextra to Makefile. by Jorge Lucangeli Obes · 8 years ago
  27. ae57f09 Fix logging in Makefile. by Jorge Lucangeli Obes · 8 years ago
  28. 531ec37 build: pass down CC from make env by Mike Frysinger · 8 years ago
  29. f16d6d1 Fix BPF instruction count bug. by Jorge Lucangeli Obes · 8 years ago
  30. 1365061 Add support for SECCOMP_FILTER_FLAG_TSYNC. by Jorge Lucangeli Obes · 8 years ago
  31. 24d95f0 Fix LIBDIR variable. by Jorge Lucangeli Obes · 8 years ago
  32. db2eb38 Simplify standalone Minijail compilation. by Jorge Lucangeli Obes · 8 years ago
  33. 68db15c minijail: fix Makefile and bpf.h to build in CrOS by Samuel Tan · 9 years ago
  34. 40b2574 minijail: Add named constants for seccomp filters by Luis Hector Chavez · 11 years ago
  35. bc9dc1c minijail: Convert to common.mk. by Jorge Lucangeli Obes · 10 years ago
  36. 0ef8a66 minijail: add seccomp softfail option by Utkarsh Sanghi · 10 years ago
  37. 1563b5b minijail: Add support for entering an existing VFS namespace. by Jorge Lucangeli Obes · 10 years ago
  38. 1e4fc6a Allow minijail to run statically linked targets by Lee Campbell · 10 years ago
  39. 4b2d5ee Exit if unable to dlopen() libminijailpreload.so. by Jorge Lucangeli Obes · 11 years ago
  40. 66cfc14 Add support for checking flags in syscall arguments in Minijail. by Jorge Lucangeli Obes · 12 years ago
  41. eee3155 Make it easier to build libminijail on Chromium Linux. by Lei Zhang · 12 years ago
  42. df4bd35 Minijail: allow writing to the child process' standard input. by Jorge Lucangeli Obes · 12 years ago
  43. aff8fae Minijail: remove libsyscalls.gen.o from test-clean target. by Jorge Lucangeli Obes · 12 years ago
  44. bda833c Minijail: add logging for seccomp filter failures. by Jorge Lucangeli Obes · 12 years ago
  45. a6b034d Minijail: extract utility functions. by Jorge Lucangeli Obes · 12 years ago
  46. 6a82437 minijail: Support ARM private system calls in seccomp filter policy. by Ben Chan · 12 years ago
  47. 524c040 Integrate BPF seccomp_filters to Minijail. by Jorge Lucangeli Obes · 13 years ago
  48. d446726 Add full seccomp BPF filter generation. by Jorge Lucangeli Obes · 13 years ago
  49. fc8ab53 Add syscall filter BPF program generator. by Jorge Lucangeli Obes · 13 years ago
  50. 6ac9112 Makefile, libminijail: Invert symbol visibility to allow sane unittesting by Will Drewry · 13 years ago
  51. b5d537d update Makefile to use a LIBDIR variable to locate the preload library by Sonny Rao · 13 years ago
  52. dc69108 Revert "update Makefile to accept a LIBDIR variable to specify where libraries go" by David James · 13 years ago
  53. afe66e8 update Makefile to accept a LIBDIR variable to specify where libraries go by Sonny Rao · 13 years ago
  54. decdfdc libminijail_unittest: add some tests by Will Drewry · 13 years ago
  55. 32ac9f5 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  56. f0ef52e Revert "libminijail,minijail0: add seccomp filter support" by Thieu Le · 13 years ago
  57. 13dcc70 libminijail,minijail0: add seccomp filter support by Will Drewry · 13 years ago
  58. 4539701 minijail: Add Makefile target to compile libminijail.so by Ben Chan · 13 years ago
  59. bd18762 minijail: remove 'install' target. by Elly Jones · 13 years ago
  60. cd7a904 RFC: minijail: add libminijail. by Elly Jones · 13 years ago