aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-08-26minijail: Apply nosymfollow to /tmpRyan Borzello
2022-07-22Block symlinks in bind mount source paths.Jorge Lucangeli Obes
2022-07-13util: add a streq helperMike Frysinger
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-14util: Move getmultiline() from syscall_filter to util.Zi Lin
2021-07-22util: add helpers for automatic cleanup of fd's on scope exitMike Frysinger
2021-07-20util: expose cleanup APIs for C code onlyMike Frysinger
2021-07-13util: add helpers for automatic cleanup on scope exitandroid-s-beta-4android-s-beta-3android-s-beta-4Mike Frysinger
2021-06-30minijail: add default ret log build-time optionAdrian Ratiu
2020-11-11minijail: Get number of syscalls at compile-timeNicole Anderson-Au
2020-11-11minijail: Check for repeat syscall definitionsNicole Anderson-Au
2020-02-12Allow passing environment also for LD_PRELOADMattias Nissler
2019-06-24Add support for SECCOMP_RET_LOG.Jorge Lucangeli Obes
2019-04-22libminijail: Bring back the runtime ASan/HWAsan checksLuis Hector Chavez
2019-04-04libminijail_unittest: Disable a couple of tests for ASanandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5Luis Hector Chavez
2018-08-23Rename running_with_asan_or_hwasan (NFC).Evgenii Stepanov
2018-08-21Skip setting seccomp filter under HWASan, same as ASan.Evgenii Stepanov
2018-07-09minijail: Move the call to abort(2) into do_fatal_log()Luis Hector Chavez
2018-05-31clean up & unify compiler attributesMike Frysinger
2018-05-23improve rlimit (-R) cliMike Frysinger
2018-01-18change our tokenize to yield empty tokensMike Frysinger
2017-09-14Make the build more fuzzer-friendlyLuis Hector Chavez
2017-09-14Allow redirecting logging to an FDLuis Hector Chavez
2017-09-07fix func decl for C codeandroid-o-mr1-preview-2android-o-mr1-preview-1Mike Frysinger
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-09-20Detect ASan at run time instead of compile time.Evgenii Stepanov
2016-08-29Remove Android seccomp exemptionsJeff Vander Stoep
2016-08-19Port libminijail unit tests to C++.Jorge Lucangeli Obes
2016-08-08Kill the child process before dying.Jorge Lucangeli Obes
2016-08-04Move code away from libminijail.c.Jorge Lucangeli Obes
2016-08-02Allow dropping all caps but keeping root on static binaries.Jorge Lucangeli Obes
2016-04-11Fix #ifdef statement.Jorge Lucangeli Obes
2016-04-06Skip setting seccomp filter when running with ASan.android-n-preview-2Jorge Lucangeli Obes
2016-01-13Make is_android staticDylan Reid
2016-01-07Use prctl(PR_CAPBSET_READ) to get the last valid cap on Android.Jorge Lucangeli Obes
2015-10-05minijail: Add named constants for seccomp filtersLuis Hector Chavez
2015-01-09minijail: use %m instead of strerrorMike Frysinger
2014-06-17Fix more style issues.Jorge Lucangeli Obes
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