aboutsummaryrefslogtreecommitdiff
path: root/system.c
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-08-10minijail: Expand is_canonical_path.Jorge Lucangeli Obes
2022-07-22Block symlinks in bind mount source paths.Jorge Lucangeli Obes
2022-06-08Always get mount flags for the source of a bind mount.linux-v18Jorge Lucangeli Obes
2021-11-04util: add helpers for automatic cleanup of strings on scope exitMike Frysinger
2021-10-11check fopen call to /proc fileMike Frysinger
2021-07-22util: add helpers for automatic cleanup of fd's on scope exitMike Frysinger
2021-06-21Fix a few fd leaks.Jorge Lucangeli Obes
2021-01-05test: Fix the ASan testsLuis Héctor Chávez
2021-01-04libminijail: Refactor `seccomp_filter_flags_available()`Luis Héctor Chávez
2020-03-13fix lookup_group/lookup_user for ERANGE casesandroid-r-preview-4android-r-preview-3android-r-preview-2Stéphane Lesimple
2020-02-26Improve diagnostics for lookup_{user,group}linux-v14Mattias Nissler
2020-02-12Improve resource management for minijail_run_internalMattias Nissler
2019-10-17Close original pipe end after dup2 in child processFrançois Degros
2019-09-09Revert "Fix RO-remount logic for bindmounts"Jorge Lucangeli Obes
2019-09-09Revert "Fix statvfs() call on non-existent directories."Jorge Lucangeli Obes
2019-08-23Fix statvfs() call on non-existent directories.Jorge Lucangeli Obes
2019-06-27Fix RO-remount logic for bindmountslinux-v10Kevin Hamacher
2019-06-24Add support for SECCOMP_RET_LOG.Jorge Lucangeli Obes
2019-06-05Revert "Make pidfile writing "more" atomic."android-o-mr1-iot-release-1.0.13Jorge Lucangeli Obes
2019-04-12Make pidfile writing "more" atomic.Jorge Lucangeli Obes
2019-02-06minijail: Untangle redundant SECUREBITS logicMattias Nissler
2019-02-06minijail: Unconditionally include securebits.hMattias Nissler
2018-10-04Correctly report errno after write(2) failure.Jorge Lucangeli Obes
2018-08-07minijail: Avoid setting PR_SET_KEEPCAPS if that bit is lockedandroid-o-mr1-iot-release-1.0.3Luis Hector Chavez
2018-07-11minijail: Copy the mount flags from source when bind-mountingLuis Hector Chavez
2018-04-26Skip dropping the bounding set without SECURE_NOROOT.android-wear-p-preview-2android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.0android-n-iot-release-lg-thinq-wk7Jorge Lucangeli Obes
2018-03-21Add more pwarn() to setup_mount_destination() and mkdir_p()yusukes
2018-03-07Return -errno from setup_mount_destination() if chown() failsandroid-o-mr1-iot-preview-7o-mr1-iot-preview-7yusukes
2018-02-23create parent paths of target mounts as neededMike Frysinger
2018-01-23relicense new source files under BSDMike Frysinger
2017-09-14Improve the way uid/gid changes in unprivileged usernsLuis Hector Chavez
2017-08-23abort when bind mounting a non-existent source pathMike Frysinger
2017-08-16start unittests for the system.c fileMike Frysinger
2017-07-13Use unsigned long for prctl argumentDylan Reid
2017-07-11minijail: Allow skipping setting securebits when restricting capsLuis Hector Chavez
2017-04-25Implement initial ambient capabilities support.Jorge Lucangeli Obes
2017-04-19Refactor Minijail in preparation for ambient capabilities work.Jorge Lucangeli Obes