aboutsummaryrefslogtreecommitdiff
path: root/syscall_filter_unittest.cc
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-01-12Tests: Add `source_path` to `test_util.h`Christian Blichmann
2022-01-11Tests: Do not needlessly copy `std::string`Christian Blichmann
2021-10-14Add a test util library.Zi Lin
2020-11-12minijail: Add tests to check for duplicate syscall definitionsNicole Anderson-Au
2020-11-11minijail: Check for repeat syscall definitionsNicole Anderson-Au
2020-11-09Implement SECCOMP_RET_KILL_PROCESS.Jorge Lucangeli Obes
2020-11-03Fix test-only memory leak.Jorge Lucangeli Obes
2020-09-03util: move unittests to the right moduleMike Frysinger
2020-01-16syscall_filter: ignore @frequencyMatt Delco
2019-06-26syscall_filter: fix multiline parsing with more than one lineMike Frysinger
2019-06-24Add support for SECCOMP_RET_LOG.Jorge Lucangeli Obes
2019-06-18Add scaffolding to support SECCOMP_RET_LOG.Jorge Lucangeli Obes
2019-03-25syscall_filter: support long linesMike Frysinger
2019-03-15syscall_filter_unittest: run more tests on androidMike Frysinger
2019-02-27syscall_filter: allow more than one @include per syscall filterandroid-q-preview-1android-o-mr1-iot-release-1.0.10Zach Reizner
2018-11-01minijail: Introduce the ~ unary operator and parenthesized constantsLuis Hector Chavez
2018-08-16fix out-of-tree buildsMike Frysinger
2018-08-15syscall_filter_unittest: rewrite in C++Mike Frysinger
2018-08-15syscall_filter_unittest: fix thinko with compile_policy_lineMike Frysinger
2018-07-25syscall_filter: Add a small operand optimizationandroid-n-iot-release-smart-display-r2Luis Hector Chavez
2018-07-24syscall_filter: Add support for <, <=, >, >=Luis Hector Chavez
2018-07-12Add the 'e' flag to all fopen(3) callsLuis Hector Chavez
2018-06-06Fix aarch64 test failure.android-n-iot-release-polk-at1Elliott Hughes
2018-01-23relicense new source files under BSDMike Frysinger
2018-01-18change our tokenize to yield empty tokensMike Frysinger
2017-09-14Improve compiler loggingLuis Hector Chavez
2017-09-02libFuzzer: Fix a leak in compile_filter() cleanupLuis Hector Chavez
2017-09-01afl-fuzz: Fix invalid returnLuis Hector Chavez
2017-09-01afl-fuzz: Fix double freelhchavez
2017-09-01afl-fuzz: Fix crash with policy line without ':'lhchavez
2017-04-28syscall_filter: Fix whitespace handling.android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2Jorge Lucangeli Obes
2017-03-27Implement @include functionality for seccomp policy files.linux-v1linux-r1Jorge Lucangeli Obes
2017-03-20syscall_filter: Refactor 'compile_file' out of 'compile_filter'.Jorge Lucangeli Obes
2017-02-02Port Minijail unit tests to Google Test.Jorge Lucangeli Obes