1. 7a21ffe tools/compile_seccomp_policy: Add a new optimizing compiler by Luis Hector Chavez · 6 years ago
  2. 29c7234 syscall_filter: support long lines by Mike Frysinger · 6 years ago
  3. 05392b8 tools/compile_seccomp_policy: Add an expression compiler by Luis Hector Chavez · 6 years ago
  4. b7926be tools/compile_seccomp_policy: Add a way to specify the default action by Luis Hector Chavez · 6 years ago
  5. b440886 tools/compile_seccomp_policy: Add support for frequency files by Luis Hector Chavez · 6 years ago
  6. 571e958 tools/compile_seccomp_policy: Support arch metadata attributes by Luis Hector Chavez · 6 years ago
  7. 5dfe919 tools/compile_seccomp_policy: Add support for parsing files / @include by Luis Hector Chavez · 6 years ago
  8. 75406c2 tools/compile_seccomp_policy: Parse filter statements by Luis Hector Chavez · 6 years ago
  9. 1ac9eca tools/compile_seccomp_policy: Parse filters by Luis Hector Chavez · 6 years ago
  10. 0516e18 tools/compile_seccomp_policy: Add support for parsing filter expressions by Luis Hector Chavez · 6 years ago
  11. beadf61 Remove init loop log message. by Jorge Lucangeli Obes · 6 years ago
  12. d4ce449 tools/compile_seccomp_policy: Add the beginning of a new parser by Luis Hector Chavez · 6 years ago
  13. 1a9e910 Add sample policy for cat(1). by Jorge Lucangeli Obes · 8 years ago
  14. cdfb0cc syscall_filter_unittest: run more tests on android by Mike Frysinger · 6 years ago
  15. 7394b90 minimalistic-mountns: Add /dev/log. by Jorge Lucangeli Obes · 6 years ago
  16. e926051 syscall_filter: allow more than one @include per syscall filter by Zach Reizner · 6 years ago
  17. ee87607 Add DEFAULT_PIVOT_ROOT var which can be changed at build time. by Allen Webb · 6 years ago
  18. cdf2c6d Move the ScopedMinijail deleter to a named namespace. by Jorge Lucangeli Obes · 6 years ago
  19. d1d24d2 minijail: Stop using putenv(3) by Luis Hector Chavez · 6 years ago
  20. 2fa96d1 Allow skipping RO /proc mount. by Jorge Lucangeli Obes · 6 years ago
  21. 48b5ff1 minijail: Untangle redundant SECUREBITS logic by Mattias Nissler · 6 years ago
  22. e520019 minijail: Unconditionally include securebits.h by Mattias Nissler · 6 years ago
  23. d2c951d Add support for passing a new environment to the child. by Jorge Lucangeli Obes · 6 years ago
  24. 771d4c0 Reduce mount logging. by Jorge Lucangeli Obes · 6 years ago
  25. 2a93cee remove constants.json from all build rule by Zach Reizner · 6 years ago
  26. 06bba01 Fix indentation. by Jorge Lucangeli Obes · 6 years ago
  27. 06862d6 dump_constants: Also dump the arch name by Luis Hector Chavez · 6 years ago
  28. 902a449 libminijail: fix entering of mount & net namespaces by Mike Frysinger · 6 years ago
  29. 8ddef8f Reject passing in -u,-g multiple times by Luis Hector Chavez · 6 years ago
  30. c3e1772 minijail: Add support for pre-compiled BPF programs by Luis Hector Chavez · 6 years ago
  31. 466f231 minijail: Introduce the ~ unary operator and parenthesized constants by Luis Hector Chavez · 6 years ago
  32. f7b2018 dump_constants: Add a tool to generate a JSON file with all constants by Luis Hector Chavez · 6 years ago
  33. d81f47f Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  34. 4b6ce5c minijail: Document the @include syntax by Luis Hector Chavez · 6 years ago
  35. 0c1045b tools: Add a small optimization for mmap/mmap2/mremap am: 86a2875dae by Luis Hector Chavez · 6 years ago
  36. c00d489 tools: Refactor the seccomp policy generation am: 342328d677 by Luis Hector Chavez · 6 years ago
  37. 86a2875 tools: Add a small optimization for mmap/mmap2/mremap by Luis Hector Chavez · 6 years ago
  38. 342328d tools: Refactor the seccomp policy generation by Luis Hector Chavez · 6 years ago
  39. 984cec2 minijail0: Fix the --preload-library flag am: 1790e289f5 by Luis Hector Chavez · 6 years ago
  40. 1790e28 minijail0: Fix the --preload-library flag by Luis Hector Chavez · 6 years ago
  41. 41da151 minijail: Add some stuff to .gitignore am: 3590a437b1 by Luis Hector Chavez · 6 years ago
  42. e76f547 libminijail_unittest: Fix the libminijail unittests am: ac0acf3e6d by Luis Hector Chavez · 6 years ago
  43. 3590a43 minijail: Add some stuff to .gitignore by Luis Hector Chavez · 6 years ago
  44. ac0acf3 libminijail_unittest: Fix the libminijail unittests by Luis Hector Chavez · 6 years ago
  45. 2b00158 minijail: Enter all namespaces before calling execve(2) am: 83a44890c6 by Luis Hector Chavez · 6 years ago
  46. 2c57261 minijail: Add a namespacing test am: 86e10d3530 by Luis Hector Chavez · 6 years ago
  47. 5d9ea58 minijail: Add a way to specify the path of libminijailpreload.so am: 9acba45a65 by Luis Hector Chavez · 6 years ago
  48. 83a4489 minijail: Enter all namespaces before calling execve(2) by Luis Hector Chavez · 6 years ago
  49. 86e10d3 minijail: Add a namespacing test by Luis Hector Chavez · 6 years ago
  50. 9acba45 minijail: Add a way to specify the path of libminijailpreload.so by Luis Hector Chavez · 6 years ago
  51. b826ef3 Makefile: Add the leading / to LIBDIR am: f6423bb75c by Luis Hector Chavez · 6 years ago
  52. f6423bb Makefile: Add the leading / to LIBDIR by Luis Hector Chavez · 6 years ago
  53. 702294c minijail: Update the documentation regarding the preload library am: 689deb77cf by Luis Hector Chavez · 6 years ago
  54. 689deb7 minijail: Update the documentation regarding the preload library by Luis Hector Chavez · 6 years ago
  55. 0e96688 Correctly report errno after write(2) failure. am: 673c89d27f by Jorge Lucangeli Obes · 6 years ago
  56. 673c89d Correctly report errno after write(2) failure. by Jorge Lucangeli Obes · 6 years ago
  57. f8c9193 minijail0(1): expand -i/-I/-p documentation am: 69357a5bf9 by Mike Frysinger · 6 years ago
  58. 69357a5 minijail0(1): expand -i/-I/-p documentation by Mike Frysinger · 6 years ago
  59. a1c3405 add a build-time knob to disable seccomp logging (-L) am: 916c6c359e by Mike Frysinger · 6 years ago
  60. 916c6c3 add a build-time knob to disable seccomp logging (-L) by Mike Frysinger · 6 years ago
  61. 773d104 minijail: Handle cap_get_flag(3) failing with EINVAL am: 677900fb3a by Luis Hector Chavez · 6 years ago
  62. 677900f minijail: Handle cap_get_flag(3) failing with EINVAL by Luis Hector Chavez · 6 years ago
  63. 55337a0 minijail: Allow setting a cap_from_text(3)-compliant string to -c am: dabc4301f7 by Luis Hector Chavez · 6 years ago
  64. dabc430 minijail: Allow setting a cap_from_text(3)-compliant string to -c by Luis Hector Chavez · 6 years ago
  65. 7c98d72 minijail0: change default mount settings for tmpfs mounts am: b7803c810f by Mike Frysinger · 6 years ago
  66. 6ca74ca Remove semi-pointless info() message. am: aeab0e1254 by Jorge Lucangeli Obes · 6 years ago
  67. b7803c8 minijail0: change default mount settings for tmpfs mounts by Mike Frysinger · 6 years ago
  68. aeab0e1 Remove semi-pointless info() message. by Jorge Lucangeli Obes · 6 years ago
  69. a06d027 minijail0: change default mount flags with -k am: cb8674d56e by Mike Frysinger · 6 years ago
  70. cb8674d minijail0: change default mount flags with -k by Mike Frysinger · 6 years ago
  71. 7251616 Rename running_with_asan_or_hwasan (NFC). am: 3d98f3cdfd by Evgenii Stepanov · 6 years ago
  72. 3d98f3c Rename running_with_asan_or_hwasan (NFC). by Evgenii Stepanov · 6 years ago
  73. e9eb2e7 drop syscall filter line length check am: cf48b4411d by Mike Frysinger · 6 years ago
  74. cf48b44 drop syscall filter line length check by Mike Frysinger · 6 years ago
  75. c8b12f6 Skip setting seccomp filter under HWASan, same as ASan. am: 825828c275 by Evgenii Stepanov · 6 years ago
  76. 825828c Skip setting seccomp filter under HWASan, same as ASan. by Evgenii Stepanov · 6 years ago
  77. 51a357b fix out-of-tree builds am: dd5a884b71 by Mike Frysinger · 6 years ago
  78. 5a22a40 syscall_filter_unittest: rewrite in C++ am: 68a1b3ba4f by Mike Frysinger · 6 years ago
  79. dd5a884 fix out-of-tree builds by Mike Frysinger · 6 years ago
  80. 49f881b syscall_filter_unittest: fix thinko with compile_policy_line am: 05109e4617 by Mike Frysinger · 6 years ago
  81. 68a1b3b syscall_filter_unittest: rewrite in C++ by Mike Frysinger · 6 years ago
  82. 05109e4 syscall_filter_unittest: fix thinko with compile_policy_line by Mike Frysinger · 6 years ago
  83. 7ba585e generate_seccomp_policy.py: rewrite in python3 (and style) am: 3edca1e85b by Mike Frysinger · 6 years ago
  84. 3edca1e generate_seccomp_policy.py: rewrite in python3 (and style) by Mike Frysinger · 6 years ago
  85. 07e5c3e minijail: Avoid setting PR_SET_KEEPCAPS if that bit is locked am: 89cbc32f00 by Luis Hector Chavez · 6 years ago
  86. cd31f90 minijail: Avoid setting PR_SET_KEEPCAPS if that bit is locked am: 89cbc32f00 by Luis Hector Chavez · 6 years ago
  87. 89cbc32 minijail: Avoid setting PR_SET_KEEPCAPS if that bit is locked by Luis Hector Chavez · 6 years ago
  88. ff6b233 README.md: Fix some nits. am: 5848309c79 am: c2b8635b0c by Jorge Lucangeli Obes · 6 years ago
  89. c2b8635 README.md: Fix some nits. am: 5848309c79 by Jorge Lucangeli Obes · 6 years ago
  90. 5848309 README.md: Fix some nits. by Jorge Lucangeli Obes · 6 years ago
  91. 83b5d01 Add linux/mman.h to the list of headers for libconstants am: 998146cc9e by Luis Hector Chavez · 6 years ago
  92. ac7678b Add linux/mman.h to the list of headers for libconstants am: 998146cc9e by Luis Hector Chavez · 6 years ago
  93. 998146c Add linux/mman.h to the list of headers for libconstants by Luis Hector Chavez · 6 years ago
  94. e677069 syscall_filter: Add a small operand optimization am: 136adca78c am: 1c46fcfd50 by Luis Hector Chavez · 6 years ago
  95. 1c46fcf syscall_filter: Add a small operand optimization am: 136adca78c by Luis Hector Chavez · 6 years ago
  96. 136adca syscall_filter: Add a small operand optimization by Luis Hector Chavez · 6 years ago
  97. 10cb6f5 syscall_filter: Add support for <, <=, >, >= am: 1c93783b74 am: 79076203ae by Luis Hector Chavez · 6 years ago
  98. 44eb3b3 parse_seccomp_policy: Allow to read from stdin am: dacb705c88 am: 0f7952aa92 by Luis Hector Chavez · 6 years ago
  99. 7907620 syscall_filter: Add support for <, <=, >, >= am: 1c93783b74 by Luis Hector Chavez · 6 years ago
  100. 0f7952a parse_seccomp_policy: Allow to read from stdin am: dacb705c88 by Luis Hector Chavez · 6 years ago