1. a83c4a7 Tests: Add `source_path` to `test_util.h` by Christian Blichmann · 2 years, 9 months ago
  2. 2b9f5be Tests: Do not needlessly copy `std::string` by Christian Blichmann · 2 years, 9 months ago
  3. 171ee1e Add a test util library. by Zi Lin · 3 years ago
  4. aba3946 minijail: Add tests to check for duplicate syscall definitions by Nicole Anderson-Au · 3 years, 11 months ago
  5. bcc8cfd minijail: Check for repeat syscall definitions by Nicole Anderson-Au · 3 years, 11 months ago
  6. d23ad79 Implement SECCOMP_RET_KILL_PROCESS. by Jorge Lucangeli Obes · 4 years ago
  7. df7a49b Fix test-only memory leak. by Jorge Lucangeli Obes · 3 years, 11 months ago
  8. 70b15b8 util: move unittests to the right module by Mike Frysinger · 4 years, 1 month ago
  9. b1b2eba syscall_filter: ignore @frequency by Matt Delco · 4 years, 9 months ago
  10. e4c6965 syscall_filter: fix multiline parsing with more than one line by Mike Frysinger · 5 years ago
  11. 32201f8 Add support for SECCOMP_RET_LOG. by Jorge Lucangeli Obes · 5 years ago
  12. e1a8689 Add scaffolding to support SECCOMP_RET_LOG. by Jorge Lucangeli Obes · 5 years ago
  13. 29c7234 syscall_filter: support long lines by Mike Frysinger · 6 years ago
  14. cdfb0cc syscall_filter_unittest: run more tests on android by Mike Frysinger · 6 years ago
  15. e926051 syscall_filter: allow more than one @include per syscall filter by Zach Reizner · 6 years ago
  16. 466f231 minijail: Introduce the ~ unary operator and parenthesized constants by Luis Hector Chavez · 6 years ago
  17. dd5a884 fix out-of-tree builds by Mike Frysinger · 6 years ago
  18. 68a1b3b syscall_filter_unittest: rewrite in C++ by Mike Frysinger · 6 years ago
  19. 05109e4 syscall_filter_unittest: fix thinko with compile_policy_line by Mike Frysinger · 6 years ago
  20. 136adca syscall_filter: Add a small operand optimization by Luis Hector Chavez · 6 years ago
  21. 1c93783 syscall_filter: Add support for <, <=, >, >= by Luis Hector Chavez · 6 years ago
  22. a30a206 Add the 'e' flag to all fopen(3) calls by Luis Hector Chavez · 6 years ago
  23. 5b184a6 Fix aarch64 test failure. by Elliott Hughes · 6 years ago
  24. 50e31fa relicense new source files under BSD by Mike Frysinger · 7 years ago
  25. b4c7e77 change our tokenize to yield empty tokens by Mike Frysinger · 7 years ago
  26. 7624e71 Improve compiler logging by Luis Hector Chavez · 7 years ago
  27. 1a87c8a libFuzzer: Fix a leak in compile_filter() cleanup by Luis Hector Chavez · 7 years ago
  28. 52f3dd7 afl-fuzz: Fix invalid return by Luis Hector Chavez · 7 years ago
  29. d38280c afl-fuzz: Fix double free by lhchavez · 7 years ago
  30. d0b4070 afl-fuzz: Fix crash with policy line without ':' by lhchavez · 7 years ago
  31. c499257 syscall_filter: Fix whitespace handling. by Jorge Lucangeli Obes · 7 years ago
  32. bce4ccb Implement @include functionality for seccomp policy files. by Jorge Lucangeli Obes · 8 years ago
  33. 45932a5 syscall_filter: Refactor 'compile_file' out of 'compile_filter'. by Jorge Lucangeli Obes · 8 years ago
  34. 9bd316b Port Minijail unit tests to Google Test. by Jorge Lucangeli Obes · 8 years ago[Renamed (99%) from syscall_filter_unittest.cpp]
  35. e9740af Fix C++ unit tests. by Jorge Lucangeli Obes · 8 years ago
  36. 1a122b8 syscall_filter: Add better error reporting. by Jorge Lucangeli Obes · 8 years ago
  37. 0745937 Fix parsing of unsigned constants. by Jorge Lucangeli Obes · 8 years ago
  38. 5389540 Fix invalid constant error reporting. by Jorge Lucangeli Obes · 8 years ago
  39. fd6f8e3 syscall_filter: Implement flag set inclusion. by Jorge Lucangeli Obes · 8 years ago
  40. 8cc9d4a Fix decreasing loop. by Jorge Lucangeli Obes · 8 years ago
  41. 713f6fb Use SECCOMP_RET_TRAP when setting thread sync. by Jorge Lucangeli Obes · 8 years ago
  42. 106d97f Port syscall filtering unit tests to C++. by Jorge Lucangeli Obes · 8 years ago