aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Build dump_constants as a static binarylinux-v13android-r-preview-1Luis Hector Chavez2020-02-011-3/+5
* Build minijail as rust crateStephen Barber2019-12-121-0/+3
* Makefile: Workaround gtest-config not being installed.Allen Webb2019-06-141-2/+4
* Add DEFAULT_PIVOT_ROOT var which can be changed at build time.Allen Webb2019-02-211-2/+6
* minijail: Unconditionally include securebits.hMattias Nissler2019-02-061-4/+0
* remove constants.json from all build ruleZach Reizner2019-02-011-1/+1
* dump_constants: Add a tool to generate a JSON file with all constantsLuis Hector Chavez2018-10-291-1/+12
* minijail: Add a way to specify the path of libminijailpreload.soLuis Hector Chavez2018-10-121-0/+2
* Makefile: Add the leading / to LIBDIRandroid-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseLuis Hector Chavez2018-10-051-2/+2
* add a build-time knob to disable seccomp logging (-L)android-o-mr1-iot-release-1.0.5Mike Frysinger2018-09-301-0/+6
* add unittests for the minijail0 cliMike Frysinger2018-01-261-0/+11
* split minijail0 cli parsers into a sep moduleMike Frysinger2018-01-241-1/+2
* start a util unittestMike Frysinger2018-01-181-1/+12
* common.mk: sync w/platform2Mike Frysinger2017-10-051-1/+1
* build w/-Wunused-parameter to match AndroidMike Frysinger2017-10-051-2/+3
* Convert to Android.bpDan Willemsen2017-10-031-2/+2
* libminijail_unittest: change userns test into a runtime probeMike Frysinger2017-10-031-6/+0
* Fix Chrome OS unit testsLuis Hector Chavez2017-09-161-4/+8
* Make the build more fuzzer-friendlyLuis Hector Chavez2017-09-141-0/+13
* Allow redirecting logging to an FDLuis Hector Chavez2017-09-141-10/+11
* Fix CLEAN step for parse_seccomp_policy.Jorge Lucangeli Obes2017-09-061-1/+1
* start unittests for the system.c fileMike Frysinger2017-08-161-1/+11
* Refactor Minijail in preparation for ambient capabilities work.Jorge Lucangeli Obes2017-04-191-12/+8
* minijail: reduce build warnings/errorsKees Cook2017-04-121-0/+1
* Linux: Change the default for seccomp soft-fail.Jorge Lucangeli Obes2017-04-071-1/+2
* Make unit tests build and run on Chrome OS.Jorge Lucangeli Obes2017-02-031-7/+7
* Port Minijail unit tests to Google Test.Jorge Lucangeli Obes2017-02-021-6/+91
* Add -Wextra to Makefile.Jorge Lucangeli Obes2017-02-011-0/+3
* Fix logging in Makefile.Jorge Lucangeli Obes2016-11-231-4/+4
* build: pass down CC from make envMike Frysinger2016-11-161-4/+2
* Fix BPF instruction count bug.Jorge Lucangeli Obes2016-09-301-5/+12
* Add support for SECCOMP_FILTER_FLAG_TSYNC.Jorge Lucangeli Obes2016-09-091-5/+6
* Fix LIBDIR variable.Jorge Lucangeli Obes2016-08-131-2/+2
* Simplify standalone Minijail compilation.Jorge Lucangeli Obes2016-07-211-2/+2
* minijail: fix Makefile and bpf.h to build in CrOSSamuel Tan2015-10-091-5/+7
* minijail: Add named constants for seccomp filtersLuis Hector Chavez2015-10-051-6/+21
* minijail: Convert to common.mk.Jorge Lucangeli Obes2014-08-281-60/+34
* minijail: add seccomp softfail optionUtkarsh Sanghi2014-08-221-0/+3
* minijail: Add support for entering an existing VFS namespace.Jorge Lucangeli Obes2014-07-251-1/+1
* Allow minijail to run statically linked targetsLee Campbell2014-06-131-1/+3
* Exit if unable to dlopen() libminijailpreload.so.Jorge Lucangeli Obes2014-01-101-1/+1
* Add support for checking flags in syscall arguments in Minijail.Jorge Lucangeli Obes2012-12-061-1/+1
* Make it easier to build libminijail on Chromium Linux.Lei Zhang2012-10-191-33/+5
* Minijail: allow writing to the child process' standard input.Jorge Lucangeli Obes2012-09-041-1/+4
* Minijail: remove libsyscalls.gen.o from test-clean target.Jorge Lucangeli Obes2012-08-311-2/+2
* Minijail: add logging for seccomp filter failures.Jorge Lucangeli Obes2012-08-101-6/+9
* Minijail: extract utility functions.Jorge Lucangeli Obes2012-08-081-7/+10
* minijail: Support ARM private system calls in seccomp filter policy.Ben Chan2012-07-231-2/+2
* Integrate BPF seccomp_filters to Minijail.Jorge Lucangeli Obes2012-04-301-6/+8
* Add full seccomp BPF filter generation.Jorge Lucangeli Obes2012-04-291-1/+1