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