aboutsummaryrefslogtreecommitdiff
path: root/minijail0.c
AgeCommit message (Expand)Author
2022-09-15Update license boilerplate text in source code filesMike Frysinger
2022-01-26minijail0: implement --env-reset and --env-addStéphane Lesimple
2022-01-12switch to err.h for showing fatal CLI errorsMike Frysinger
2019-03-20Remove init loop log message.Jorge Lucangeli Obes
2018-10-17minijail0: Fix the --preload-library flagLuis Hector Chavez
2018-10-12minijail: Add a way to specify the path of libminijailpreload.soLuis Hector Chavez
2018-01-24split minijail0 cli parsers into a sep moduleMike Frysinger
2018-01-23minijail0: use exit(0) with -H helplinux-v3Mike Frysinger
2018-01-18fix handling of consecutive optional argumentsMike Frysinger
2018-01-18make the dest field with -b optionalMike Frysinger
2017-11-28Add the --profile flagandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6Luis Hector Chavez
2017-10-25Fix the minijail0 helpLuis Hector Chavez
2017-10-20move setpgid() from libminijail to minijail0Stephen Barber
2017-10-19allow bind mounts outside of chrootsMike Frysinger
2017-10-05minijail0: drop unused longoption_indexMike Frysinger
2017-10-05minijail0: support --help tooMike Frysinger
2017-10-05add an option to set up a minimal /devMike Frysinger
2017-09-14Improve the way uid/gid changes in unprivileged usernsLuis Hector Chavez
2017-09-14Allow redirecting logging to an FDLuis Hector Chavez
2017-09-09Initialize some uninitialized pointersLuis Hector Chavez
2017-09-01ASan: Fixed memory leaklhchavez
2017-08-31Clarify -T option in usageGraziano Misuraca
2017-08-23abort when bind mounting a non-existent source pathMike Frysinger
2017-07-11minijail: Allow skipping setting securebits when restricting capsLuis Hector Chavez
2017-06-30minijail: Add support for dropping caps with static binariesLuis Hector Chavez
2017-06-29Add the ability to set rlimits on the jailed processDylan Reid
2017-06-20clarify -s vs -S seccomp modes a bitMike Frysinger
2017-06-07minijail0: adjust how we stop processing non-optsMike Frysinger
2017-06-01support creating new uts namespaces (and setting hostnames)android-o-preview-3Mike Frysinger
2017-05-18Reland "Add optional signal forwarder and '-z' option to cli"Jorge Lucangeli Obes
2017-05-18Revert "Add optional signal forwarder and '-z' option to cli"Roozbeh Pournader
2017-05-18Add optional signal forwarder and '-z' option to cliGraziano Misuraca
2017-05-17minijail0: update -i usageandroid-n-iot-preview-4n-iot-preview-4Mike Frysinger
2017-04-25Implement initial ambient capabilities support.Jorge Lucangeli Obes
2017-04-19Refactor Minijail in preparation for ambient capabilities work.Jorge Lucangeli Obes
2017-02-08Add a flag to drop access to the session keyringChirantan Ekbote
2017-02-08Fix help message, man page.Jorge Lucangeli Obes
2017-02-07allow specifying larger /tmp tmpfs mountsMartin Pelikán
2017-01-13make the -t (/tmp mount) option imply -v (new mount namespace)Mike Frysinger
2017-01-05minijail: Add ability to keep supplementary gids.Lutz Justen
2016-10-14Add a PREUPLOAD.cfg file to enable clang-formatLuis Hector Chavez
2016-09-23Allow entering a user namespace with a default gid mapping.Jorge Lucangeli Obes
2016-09-09Add support for SECCOMP_FILTER_FLAG_TSYNC.Jorge Lucangeli Obes
2016-09-01Fix Minijail usage message.Jorge Lucangeli Obes
2016-08-05Allow entering a user namespace with a default mapping.Jorge Lucangeli Obes
2016-06-30Allow mount data to be specifiedDylan Reid
2016-06-28Add ability to enter a cgroup namespaceDylan Reid
2016-03-16Add missing options to minijail(1) manpageBrian Norris
2016-03-04Add an option to skip remounting / as MS_PRIVATE.android-n-preview-1Jorge Lucangeli Obes
2016-02-17Clarify '-T' help.Jorge Lucangeli Obes