aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2018-11-01minijail: Introduce the ~ unary operator and parenthesized constantsLuis Hector Chavez
2018-07-10minijail: Preserve the die() message in the stackLuis Hector Chavez
2018-07-09minijail: Move the call to abort(2) into do_fatal_log()Luis Hector Chavez
2018-05-18whitelist writev for logging on all architecturesSonny Rao
2018-03-30whitelist writev for loggingZach Reizner
2018-01-18change our tokenize to yield empty tokensMike Frysinger
2017-09-27whitelist socket for logging purposesMike Frysinger
2017-09-14Allow redirecting logging to an FDLuis Hector Chavez
2017-04-19Refactor Minijail in preparation for ambient capabilities work.Jorge Lucangeli Obes
2017-02-07allow specifying larger /tmp tmpfs mountsMartin Pelikán
2017-01-19util: add an ARRAY_SIZE helper.Mike Frysinger
2016-10-20Fix parsing of unsigned constants.Jorge Lucangeli Obes
2016-10-12syscall_filter: Implement flag set inclusion.Jorge Lucangeli Obes
2016-08-29Remove Android seccomp exemptionsJeff Vander Stoep
2016-08-08Kill the child process before dying.Jorge Lucangeli Obes
2016-08-04Move code away from libminijail.c.Jorge Lucangeli Obes
2016-01-27Fix build in x86_64.Alex Deymo
2016-01-25Add syscall logging support for x86_64 architectures on Android.Jorge Lucangeli Obes
2016-01-07x86: add syscalls for logging on AndroidJeff Vander Stoep
2015-12-03Add syscalls required for logging on Android arm/arm64Jeff Vander Stoep
2015-10-05minijail: Add support for building constants through masksLuis Hector Chavez
2015-10-05minijail: Add named constants for seccomp filtersLuis Hector Chavez
2015-07-18Add 'Android.mk' file, fix compile on Android.Jorge Lucangeli Obes
2014-06-15Fix coding style issues.Jorge Lucangeli Obes
2014-04-04minijail: Fix issues when compiling for mipsel-o32.Ben Chan
2013-10-23port to more archesMike Frysinger
2012-12-06Add support for checking flags in syscall arguments in Minijail.Jorge Lucangeli Obes
2012-08-10Minijail: add logging for seccomp filter failures.Jorge Lucangeli Obes
2012-08-08Minijail: extract utility functions.Jorge Lucangeli Obes