aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add syscall filter BPF program generator.Jorge Lucangeli Obes2012-04-251-2/+15
* Makefile, libminijail: Invert symbol visibility to allow sane unittestingWill Drewry2011-10-271-4/+19
* update Makefile to use a LIBDIR variable to locate the preload librarySonny Rao2011-10-261-1/+2
* Revert "update Makefile to accept a LIBDIR variable to specify where librarie...David James2011-10-211-2/+1
* update Makefile to accept a LIBDIR variable to specify where libraries goSonny Rao2011-10-211-1/+2
* libminijail_unittest: add some testsWill Drewry2011-10-031-0/+7
* libminijail,minijail0: add seccomp filter supportWill Drewry2011-09-151-3/+48
* Revert "libminijail,minijail0: add seccomp filter support"Thieu Le2011-09-141-44/+1