aboutsummaryrefslogtreecommitdiffstats
path: root/system.c
Commit message (Expand)AuthorAgeFilesLines
* fix lookup_group/lookup_user for ERANGE casesandroid-r-preview-4android-r-preview-3android-r-preview-2Stéphane Lesimple2020-03-131-45/+71
* Improve diagnostics for lookup_{user,group}linux-v14Mattias Nissler2020-02-261-6/+11
* Improve resource management for minijail_run_internalMattias Nissler2020-02-121-22/+0
* Close original pipe end after dup2 in child processFrançois Degros2019-10-171-3/+6
* Revert "Fix RO-remount logic for bindmounts"Jorge Lucangeli Obes2019-09-091-82/+15
* Revert "Fix statvfs() call on non-existent directories."Jorge Lucangeli Obes2019-09-091-87/+65
* Fix statvfs() call on non-existent directories.Jorge Lucangeli Obes2019-08-231-65/+87
* Fix RO-remount logic for bindmountslinux-v10Kevin Hamacher2019-06-271-15/+82
* Add support for SECCOMP_RET_LOG.Jorge Lucangeli Obes2019-06-241-0/+58
* Revert "Make pidfile writing "more" atomic."android-o-mr1-iot-release-1.0.13Jorge Lucangeli Obes2019-06-051-41/+6
* Make pidfile writing "more" atomic.Jorge Lucangeli Obes2019-04-121-6/+41
* minijail: Untangle redundant SECUREBITS logicMattias Nissler2019-02-061-12/+30
* minijail: Unconditionally include securebits.hMattias Nissler2019-02-061-8/+13
* Correctly report errno after write(2) failure.Jorge Lucangeli Obes2018-10-041-1/+1
* minijail: Avoid setting PR_SET_KEEPCAPS if that bit is lockedandroid-o-mr1-iot-release-1.0.3Luis Hector Chavez2018-08-071-0/+8
* minijail: Copy the mount flags from source when bind-mountingLuis Hector Chavez2018-07-111-1/+16
* Skip 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 Obes2018-04-261-0/+7
* Add more pwarn() to setup_mount_destination() and mkdir_p()yusukes2018-03-211-14/+36
* Return -errno from setup_mount_destination() if chown() failsandroid-o-mr1-iot-preview-7o-mr1-iot-preview-7yusukes2018-03-071-1/+3
* create parent paths of target mounts as neededMike Frysinger2018-02-231-5/+43
* relicense new source files under BSDMike Frysinger2018-01-231-13/+3
* Improve the way uid/gid changes in unprivileged usernsLuis Hector Chavez2017-09-141-0/+72
* abort when bind mounting a non-existent source pathMike Frysinger2017-08-231-6/+39
* start unittests for the system.c fileMike Frysinger2017-08-161-1/+1
* Use unsigned long for prctl argumentDylan Reid2017-07-131-1/+1
* minijail: Allow skipping setting securebits when restricting capsLuis Hector Chavez2017-07-111-4/+7
* Implement initial ambient capabilities support.Jorge Lucangeli Obes2017-04-251-18/+17
* Refactor Minijail in preparation for ambient capabilities work.Jorge Lucangeli Obes2017-04-191-0/+254