aboutsummaryrefslogtreecommitdiff
path: root/tools/parser_unittest.py
AgeCommit message (Expand)Author
2024-04-04Set embedded_launcher: true for minijail testsCole Faust
2024-02-13enable python lintingMike Frysinger
2024-02-12tools: drop obsolete __future__ importsMike Frysinger
2023-09-27python: reformat with `cros format` (black)Mike Frysinger
2023-09-26python: switch license to CrOSMike Frysinger
2023-09-26python: delete python 2 encoding cookieMike Frysinger
2022-01-05minijail: Support octal number values in python parserDenny Huang
2021-08-11minijail: Make denylist compiler return Errnolinux-v17Nicole Anderson-Au
2021-06-23seccomp: Define and parse new denylist policy languageNicole Anderson-Au
2021-01-05tools/compile_seccomp_policy: Support the seccomp user notification mechanismLuis Héctor Chávez
2019-12-13tools/parser.py: Better error diagnostics for unconditional actionsLuis 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-03-27tools/compile_seccomp_policy: Support long linesLuis 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-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
2019-03-22tools/compile_seccomp_policy: Add support for parsing files / @includeLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Parse filter statementsLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Parse filtersLuis Hector Chavez
2019-03-22tools/compile_seccomp_policy: Add support for parsing filter expressionsLuis Hector Chavez
2019-03-19tools/compile_seccomp_policy: Add the beginning of a new parserLuis Hector Chavez