aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-08-02util: clean up log_syscalls style a bitMike Frysinger
2022-08-02Add android log_syscalls for riscvXia Lifang
2022-07-22Block symlinks in bind mount source paths.Jorge Lucangeli Obes
2022-07-13util: add a streq helperMike Frysinger
2022-01-20Add riscv64 supportDylan Reid
2022-01-10libminijailpreload: proper env cleaningStéphane Lesimple
2021-11-23constify log syscallsMike Frysinger
2021-11-04util: add helpers for automatic cleanup of strings on scope exitMike Frysinger
2021-10-27util: use asprintf for path joiningMike Frysinger
2021-10-14util: Move getmultiline() from syscall_filter to util.Zi Lin
2020-11-11minijail: Get number of syscalls at compile-timeNicole Anderson-Au
2020-11-11minijail: Check for repeat syscall definitionsNicole Anderson-Au
2020-08-29add missing error checking for various allocationsMike Frysinger
2020-02-12Allow passing environment also for LD_PRELOADMattias Nissler
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