aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-04UPSTREAM: Set embedded_launcher: true for minijail testsHEADmastermainCole Faust
2023-08-02UPSTREAM: Fix Python deprecation warningsLuca Farsi
2023-04-13generate_constants_json: Add riscv64 arch_nrDylan Reid
2023-04-07PREUPLOAD hook to nudge sending code review to upstreamandroid-u-beta-1-gplVictor Hsieh
2022-09-20Remove Python enables identical to global defaults.Krzysztof Kosiński
2022-08-20generate_constants_json: ignore ptrtoint const_entryChih-Hung Hsieh
2022-03-19tools/compile_seccomp_policy: align BPF bufferDaniel Verkamp
2022-01-05minijail: Support octal number values in python parserDenny Huang
2021-10-15linter: Remove line format check.Jorge Lucangeli Obes
2021-10-12Add ability to pass list of dangerous syscalls.Jorge Lucangeli Obes
2021-10-11Add a flag to control linter behaviour.Jorge Lucangeli Obes
2021-10-10seccomp: tighten up generated header outputMike Frysinger
2021-09-30minijail: Check for MINIJAIL_DEFAULT_RET_LOG flagNicole Anderson-Au
2021-09-29minijail: Add c header file output option to compile_seccomp_policy.pyNicole Anderson-Au
2021-09-14minijail: Add logging to python compilerNicole Anderson-Au
2021-08-11minijail: Make denylist compiler return Errnolinux-v17Nicole Anderson-Au
2021-08-05minijail: Add swapon and swapoff to seccomp linterNicole Anderson-Au
2021-08-05minijail: Add duplicate syscall checking to seccomp linterNicole Anderson-Au
2021-07-20seccomp: Add seccomp policy linter in minijail/toolsNicole Anderson-Au
2021-06-23seccomp: Define and parse new denylist policy languageNicole Anderson-Au
2021-06-01minijail: Modify compile_seccomp_policy to compile denylist policiesNicole Anderson-Au
2021-03-10Improve instructions to generate seccomp policiesAndrew Lassalle
2021-02-22generate_seccomp_policy: Workaround for private ARM syscallsAashay Shringarpure
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/minijailBob Badour
2021-02-11tools/compile_seccomp_policy: Avoid shadowing the `parser` moduleLuis Héctor Chávez
2021-01-26generate_seccomp_policy: Ignore extraneous SYSCALL recordsAashay Shringarpure
2021-01-26generate_seccomp_policy: Frontend for audit logsAashay Shringarpure
2021-01-08Add instructions for using the seccomp compiler successfully.Jorge Lucangeli Obes
2021-01-05tools/compile_seccomp_policy: Support the seccomp user notification mechanismLuis Héctor Chávez
2020-02-12add support for python installerMatt Delco
2020-01-14generate_seccomp_policy: generate frequency filesMatt Delco
2019-12-16Add a way to compile .policy files at build-timelinux-v12Luis Hector Chavez
2019-12-13tools/parser.py: Better error diagnostics for unconditional actionsLuis Hector Chavez
2019-12-13Add a README.md to the tools/ directoryLuis Hector Chavez
2019-11-18Prevent identifiers with prefixes that are valid tokens from being splitLuis Hector Chavez
2019-11-16tools/compile_seccomp_policy: support kill syscallMatt Delco
2019-11-14tools/compile_seccomp_policy: fix using default actionsMatt Delco
2019-03-27tools/compile_seccomp_policy: Allow permissive default actionsLuis Hector Chavez
2019-03-27tools/compile_seccomp_policy: Add support for BlueprintLuis Hector Chavez
2019-03-27tools/compile_seccomp_policy: Support long linesLuis Hector Chavez
2019-03-27tools/compile_seccomp_policy: Optimize AST visitationLuis Hector Chavez
2019-03-25tools/compile_seccomp_policy: Increase the code coverage to 93%Luis Hector Chavez
2019-03-25tools/compile_seccomp_policy: Add support for syscall groupsLuis Hector Chavez
2019-03-25tools/compile_seccomp_policy: Significantly improve BST codegenLuis Hector Chavez
2019-03-25tools/compile_seccomp_policy: Coalesce contiguous syscall actionsLuis Hector Chavez
2019-03-25tools/compile_seccomp_policy: Add a new optimizing compilerLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Add an expression compilerLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Add a way to specify the default actionLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Add support for frequency filesLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Support arch metadata attributesLuis Hector Chavez