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