1. 38c2156 generate_constants_json: Add riscv64 arch_nr by Dylan Reid · 2 years ago
  2. 852af6a PREUPLOAD hook to nudge sending code review to upstream by Victor Hsieh · 2 years ago android-u-beta-1-gpl
  3. ad3924b Remove Python enables identical to global defaults. by Krzysztof Kosiński · 2 years, 6 months ago
  4. ddc532c generate_constants_json: ignore ptrtoint const_entry by Chih-Hung Hsieh · 2 years, 7 months ago
  5. 7e146a2 tools/compile_seccomp_policy: align BPF buffer by Daniel Verkamp · 3 years ago
  6. 9a3eaa3 minijail: Support octal number values in python parser by Denny Huang · 3 years, 3 months ago
  7. 9f40732 linter: Remove line format check. by Jorge Lucangeli Obes · 3 years, 6 months ago
  8. ed7a1d0 Add ability to pass list of dangerous syscalls. by Jorge Lucangeli Obes · 3 years, 6 months ago
  9. 1bc7985 Add a flag to control linter behaviour. by Jorge Lucangeli Obes · 3 years, 6 months ago
  10. bc6c33f seccomp: tighten up generated header output by Mike Frysinger · 3 years, 6 months ago
  11. 25d0f2b minijail: Check for MINIJAIL_DEFAULT_RET_LOG flag by Nicole Anderson-Au · 3 years, 6 months ago
  12. 6822c05 minijail: Add c header file output option to compile_seccomp_policy.py by Nicole Anderson-Au · 3 years, 6 months ago
  13. 60f60e2 minijail: Add logging to python compiler by Nicole Anderson-Au · 3 years, 7 months ago
  14. cdc8af3 minijail: Make denylist compiler return Errno by Nicole Anderson-Au · 3 years, 8 months ago linux-v17
  15. bb2efc5 minijail: Add swapon and swapoff to seccomp linter by Nicole Anderson-Au · 3 years, 8 months ago
  16. c838e36 minijail: Add duplicate syscall checking to seccomp linter by Nicole Anderson-Au · 3 years, 8 months ago
  17. 543e374 seccomp: Add seccomp policy linter in minijail/tools by Nicole Anderson-Au · 3 years, 9 months ago
  18. 4820a38 seccomp: Define and parse new denylist policy language by Nicole Anderson-Au · 3 years, 9 months ago
  19. ceb8000 minijail: Modify compile_seccomp_policy to compile denylist policies by Nicole Anderson-Au · 3 years, 10 months ago
  20. 53491dc Improve instructions to generate seccomp policies by Andrew Lassalle · 4 years, 1 month ago
  21. 0026947 generate_seccomp_policy: Workaround for private ARM syscalls by Aashay Shringarpure · 4 years, 1 month ago
  22. 5f579b8 [LSC] Add LOCAL_LICENSE_KINDS to external/minijail by Bob Badour · 4 years, 2 months ago
  23. 3a6e925 tools/compile_seccomp_policy: Avoid shadowing the `parser` module by Luis Héctor Chávez · 4 years, 2 months ago
  24. 01f28ac generate_seccomp_policy: Ignore extraneous SYSCALL records by Aashay Shringarpure · 4 years, 2 months ago
  25. b790c60 generate_seccomp_policy: Frontend for audit logs by Aashay Shringarpure · 4 years, 2 months ago
  26. b492911 Add instructions for using the seccomp compiler successfully. by Jorge Lucangeli Obes · 4 years, 3 months ago
  27. 59a6449 tools/compile_seccomp_policy: Support the seccomp user notification mechanism by Luis Héctor Chávez · 4 years, 3 months ago
  28. a12687b add support for python installer by Matt Delco · 5 years ago
  29. 21db125 generate_seccomp_policy: generate frequency files by Matt Delco · 5 years ago
  30. c90ec15 Add a way to compile .policy files at build-time by Luis Hector Chavez · 5 years ago linux-v12
  31. 4228eff tools/parser.py: Better error diagnostics for unconditional actions by Luis Hector Chavez · 5 years ago
  32. a6b88f1 Add a README.md to the tools/ directory by Luis Hector Chavez · 5 years ago
  33. 080ceef Prevent identifiers with prefixes that are valid tokens from being split by Luis Hector Chavez · 5 years ago
  34. f68fc8d tools/compile_seccomp_policy: support kill syscall by Matt Delco · 5 years ago
  35. 2560491 tools/compile_seccomp_policy: fix using default actions by Matt Delco · 5 years ago
  36. 891d355 tools/compile_seccomp_policy: Allow permissive default actions by Luis Hector Chavez · 6 years ago
  37. e2a7f4b tools/compile_seccomp_policy: Add support for Blueprint by Luis Hector Chavez · 6 years ago
  38. d0fd13d tools/compile_seccomp_policy: Support long lines by Luis Hector Chavez · 6 years ago
  39. 3b41ae3 tools/compile_seccomp_policy: Optimize AST visitation by Luis Hector Chavez · 6 years ago
  40. 89a2710 tools/compile_seccomp_policy: Increase the code coverage to 93% by Luis Hector Chavez · 6 years ago
  41. 524da3b tools/compile_seccomp_policy: Add support for syscall groups by Luis Hector Chavez · 6 years ago
  42. a54812b tools/compile_seccomp_policy: Significantly improve BST codegen by Luis Hector Chavez · 6 years ago
  43. b21da7a tools/compile_seccomp_policy: Coalesce contiguous syscall actions by Luis Hector Chavez · 6 years ago
  44. 7a21ffe tools/compile_seccomp_policy: Add a new optimizing compiler by Luis Hector Chavez · 6 years ago
  45. 05392b8 tools/compile_seccomp_policy: Add an expression compiler by Luis Hector Chavez · 6 years ago
  46. b7926be tools/compile_seccomp_policy: Add a way to specify the default action by Luis Hector Chavez · 6 years ago
  47. b440886 tools/compile_seccomp_policy: Add support for frequency files by Luis Hector Chavez · 6 years ago
  48. 571e958 tools/compile_seccomp_policy: Support arch metadata attributes by Luis Hector Chavez · 6 years ago
  49. 5dfe919 tools/compile_seccomp_policy: Add support for parsing files / @include by Luis Hector Chavez · 6 years ago
  50. 75406c2 tools/compile_seccomp_policy: Parse filter statements by Luis Hector Chavez · 6 years ago
  51. 1ac9eca tools/compile_seccomp_policy: Parse filters by Luis Hector Chavez · 6 years ago
  52. 0516e18 tools/compile_seccomp_policy: Add support for parsing filter expressions by Luis Hector Chavez · 6 years ago
  53. d4ce449 tools/compile_seccomp_policy: Add the beginning of a new parser by Luis Hector Chavez · 6 years ago
  54. 466f231 minijail: Introduce the ~ unary operator and parenthesized constants by Luis Hector Chavez · 6 years ago
  55. 86a2875 tools: Add a small optimization for mmap/mmap2/mremap by Luis Hector Chavez · 6 years ago
  56. 342328d tools: Refactor the seccomp policy generation by Luis Hector Chavez · 6 years ago
  57. 3edca1e generate_seccomp_policy.py: rewrite in python3 (and style) by Mike Frysinger · 7 years ago
  58. 30f9bb0 Inspect arguments of mmap and mprotect by Ryo Hashimoto · 7 years ago
  59. ab6da7f Improve the generate_seccomp_policy.py regexp by Luis Hector Chavez · 7 years ago
  60. 5ad756a Make generate_seccomp_policy.py support strace -f by Luis Hector Chavez · 7 years ago
  61. 6482e8d Add a syscall filter generation script. by Jorge Lucangeli Obes · 9 years ago brillo-m10-dev brillo-m10-release