aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* add support for python installerMatt Delco2020-02-126-16/+36
* generate_seccomp_policy: generate frequency filesMatt Delco2020-01-141-10/+26
* Add a way to compile .policy files at build-timelinux-v12Luis Hector Chavez2019-12-163-3/+158
* tools/parser.py: Better error diagnostics for unconditional actionsLuis Hector Chavez2019-12-132-51/+104
* Add a README.md to the tools/ directoryLuis Hector Chavez2019-12-131-0/+66
* Prevent identifiers with prefixes that are valid tokens from being splitLuis Hector Chavez2019-11-182-7/+22
* tools/compile_seccomp_policy: support kill syscallMatt Delco2019-11-163-2/+13
* tools/compile_seccomp_policy: fix using default actionsMatt Delco2019-11-141-2/+1
* tools/compile_seccomp_policy: Allow permissive default actionsLuis Hector Chavez2019-03-273-18/+44
* tools/compile_seccomp_policy: Add support for BlueprintLuis Hector Chavez2019-03-271-0/+78
* tools/compile_seccomp_policy: Support long linesLuis Hector Chavez2019-03-272-63/+103
* tools/compile_seccomp_policy: Optimize AST visitationLuis Hector Chavez2019-03-272-28/+82
* tools/compile_seccomp_policy: Increase the code coverage to 93%Luis Hector Chavez2019-03-253-2/+349
* tools/compile_seccomp_policy: Add support for syscall groupsLuis Hector Chavez2019-03-254-6/+62
* tools/compile_seccomp_policy: Significantly improve BST codegenLuis Hector Chavez2019-03-253-108/+151
* tools/compile_seccomp_policy: Coalesce contiguous syscall actionsLuis Hector Chavez2019-03-253-53/+239
* tools/compile_seccomp_policy: Add a new optimizing compilerLuis Hector Chavez2019-03-253-0/+335
* tools/compile_seccomp_policy: Add an expression compilerLuis Hector Chavez2019-03-224-1/+850
* tools/compile_seccomp_policy: Add a way to specify the default actionLuis Hector Chavez2019-03-222-0/+72
* tools/compile_seccomp_policy: Add support for frequency filesLuis Hector Chavez2019-03-222-1/+99
* tools/compile_seccomp_policy: Support arch metadata attributesLuis Hector Chavez2019-03-222-3/+78
* tools/compile_seccomp_policy: Add support for parsing files / @includeLuis Hector Chavez2019-03-222-1/+243
* tools/compile_seccomp_policy: Parse filter statementsLuis Hector Chavez2019-03-222-0/+114
* tools/compile_seccomp_policy: Parse filtersLuis Hector Chavez2019-03-224-19/+371
* tools/compile_seccomp_policy: Add support for parsing filter expressionsLuis Hector Chavez2019-03-222-0/+105
* tools/compile_seccomp_policy: Add the beginning of a new parserLuis Hector Chavez2019-03-194-0/+535
* minijail: Introduce the ~ unary operator and parenthesized constantsLuis Hector Chavez2018-11-011-1/+1
* tools: Add a small optimization for mmap/mmap2/mremapLuis Hector Chavez2018-10-181-4/+18
* tools: Refactor the seccomp policy generationLuis Hector Chavez2018-10-181-88/+47
* generate_seccomp_policy.py: rewrite in python3 (and style)Mike Frysinger2018-08-141-50/+62
* Inspect arguments of mmap and mprotectRyo Hashimoto2018-06-121-4/+7
* Improve the generate_seccomp_policy.py regexpLuis Hector Chavez2018-04-061-1/+1
* Make generate_seccomp_policy.py support strace -fLuis Hector Chavez2018-03-091-10/+13
* Add a syscall filter generation script.brillo-m10-releasebrillo-m10-devJorge Lucangeli Obes2016-02-171-0/+169