aboutsummaryrefslogtreecommitdiff
path: root/libminijail.h
AgeCommit message (Expand)Author
2017-10-05add an option to set up a minimal /devMike Frysinger
2017-09-27Add minijail_forkDylan Reid
2017-09-14Allow redirecting logging to an FDLuis Hector Chavez
2017-09-14Add a pre-chroot hookLuis Hector Chavez
2017-08-14minijail: Add a way to allow arbitrary fd redirectsandroid-o-iot-preview-5o-iot-preview-5Luis Hector Chavez
2017-07-28minijail: Add minijail_add_hook()Luis Hector Chavez
2017-07-11minijail: Allow skipping setting securebits when restricting capsLuis Hector Chavez
2017-06-29Add the ability to set rlimits on the jailed processDylan Reid
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-04-25Implement initial ambient capabilities support.Jorge Lucangeli Obes
2017-02-08Add a flag to drop access to the session keyringChirantan Ekbote
2017-02-07allow specifying larger /tmp tmpfs mountsMartin Pelikán
2017-01-05minijail: Add ability to keep supplementary gids.Lutz Justen
2016-10-14Add an option to close all open file descriptorsLuis 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-08-18Add a function to load seccomp filters from a file descriptor.Jorge Lucangeli Obes
2016-07-01Make libminijail.h 80-col clean.Jorge Lucangeli Obes
2016-06-30Allow mount data to be specifiedDylan Reid
2016-06-28Add ability to enter a cgroup namespaceDylan Reid
2016-03-21Remove dead minijail_disable_ptrace() declaration.Mattias Nissler
2016-03-04Add an option to skip remounting / as MS_PRIVATE.android-n-preview-1Jorge Lucangeli Obes
2016-02-19Add support for dropping capabilities from the bounding set.Jorge Lucangeli Obes
2016-01-20Add ability to put jailed process in cgroupsDylan Reid
2016-01-08Make set_supplementary_gids return 'void'.Jorge Lucangeli Obes
2015-12-17Add support for resetting signal masksPeter Qiu
2015-12-04Fix some long lines.Jorge Lucangeli Obes
2015-12-04Allow setting supplementary GIDs directly.Jorge Lucangeli Obes
2015-11-24Remove unused Minijail flag and make multi-line comments consistent.Jorge Lucangeli Obes
2015-11-23minijail: Add option to enter a new IPC namespaceDylan Reid
2015-11-13minijail: Support setting syscall table with PR_ALT_SYSCALLAndrew Bresticker
2015-11-04minijail: Add ability to specify mountsDylan Reid
2015-10-30minijail: Remove has_bind_mounts APIDylan Reid
2015-10-21minijail: Support entering an existing net namespace.Dylan Reid
2015-10-16minijail: remove minijail_run_pid_pipe()Samuel Tan
2015-10-16minijail: add minijail_run_pid_pipes_no_preload() API functionSamuel Tan
2015-10-05minijail: Check correct executable fileDylan Reid
2015-10-05minijail: Refactor dynamic and static code paths.Jorge Lucangeli Obes
2015-10-05minijail: Don't unmount proc if not mountedDylan Reid
2015-10-05minijail: Support pivot_rootYu-Hsi Chiang
2015-10-05minijail: Support writing child pid to fileYu-Hsi Chiang
2015-10-05minijail: add user namespace supportYu-Hsi Chiang
2015-10-05minijail: Add a new option to allow program run as pid 1.Yu-Hsi Chiang
2014-07-25minijail: Add support for entering an existing VFS namespace.Jorge Lucangeli Obes
2014-06-17Fix more style issues.Jorge Lucangeli Obes
2014-06-13Allow minijail to run statically linked targetsLee Campbell
2014-05-28Allow mounting of a tmpfs /tmp in the chrootLee Campbell