aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-12Add cgroup namespce option to minijail0 manpageandroid-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Dylan Reid
2016-07-01Make libminijail.h 80-col clean.Jorge Lucangeli Obes
2016-06-30Allow mount data to be specifiedDylan Reid
2016-06-29Merge "Fix misc-macro-parentheses warnings in minijail"Chih-hung Hsieh
2016-06-29Fix misc-macro-parentheses warnings in minijailChih-Hung Hsieh
2016-06-28Add ability to enter a cgroup namespaceDylan Reid
2016-06-01Add logging message when using user namespaces and mount namespaces.android-n-preview-4Jorge Lucangeli Obes
2016-05-12Fix .d generation in Chrome OS.android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3Alex Deymo
2016-05-11Generate .d files for generated .c filesShinichiro Hamaji
2016-04-25Avoid warning about BSD_SOURCE on glibc >= 2.20Arthur Gautier
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-03-21Fix use of SECURE_ALL_BITS/SECURE_ALL_LOCKS.Jorge Lucangeli Obes
2016-03-21Merge "Remove dead minijail_disable_ptrace() declaration."Mattias Nissler
2016-03-21Remove dead minijail_disable_ptrace() declaration.Mattias Nissler
2016-03-17Merge "Add missing options to minijail(1) manpage"Brian Norris
2016-03-16Fix typo in error message.Jorge Lucangeli Obes
2016-03-17Remove mount points from peer group just before oldroot unmount.Hidehiko Abe
2016-03-16Add missing options to minijail(1) manpageBrian Norris
2016-03-13Stop using the system's securebits.h include.Jorge Lucangeli Obes
2016-03-08Re-organize flags in 'minijail_preexec'.Jorge Lucangeli Obes
2016-03-08Make -K work for dynamically-linked binary.Shuhei Takahashi
2016-03-04Add an option to skip remounting / as MS_PRIVATE.android-n-preview-1Jorge Lucangeli Obes
2016-03-02Do not leak outside root dir fd into the child.Ricky Zhou
2016-02-26Don't call cap_get_proc(3) unconditionally.Jorge Lucangeli Obes
2016-02-25Always call 'drop_caps'.Jorge Lucangeli Obes
2016-02-19Add support for dropping capabilities from the bounding set.Jorge Lucangeli Obes
2016-02-17Add a syscall filter generation script.brillo-m10-releasebrillo-m10-devJorge Lucangeli Obes
2016-02-17Clarify '-T' help.Jorge Lucangeli Obes
2016-02-16Clean up 'minijail0' help message.Jorge Lucangeli Obes
2016-02-16add -T option to minijail0 for specifying ELF linkage typeMatthew Dempsky
2016-02-05libminijail_test: Format code, add .clang-format file.Jorge Lucangeli Obes
2016-02-05Add check for supplementary groups.Jorge Lucangeli Obes
2016-02-04Unit tests: Compile only on 'eng' builds.Jorge Lucangeli Obes
2016-02-04Merge "call abort() on sigsys"Jeffrey Vander Stoep
2016-02-03call abort() on sigsysJeff Vander Stoep
2016-02-03Add libminijail test executable.Jorge Lucangeli Obes
2016-01-28Merge "Don't die() on bind mounts."Jorge Lucangeli Obes
2016-01-28Don't die() on bind mounts.Jorge Lucangeli Obes
2016-01-27Fix build in x86_64.Alex Deymo
2016-01-26Merge "Compile 'minijail0' on Brillo/Android."Jorge Lucangeli Obes
2016-01-26Print an error when attempting to use bind mounts without chroot.Jorge Lucangeli Obes
2016-01-26Compile 'minijail0' on Brillo/Android.Jorge Lucangeli Obes
2016-01-26Add 'cgroups' flag.Jorge Lucangeli Obes
2016-01-25Add syscall logging support for x86_64 architectures on Android.Jorge Lucangeli Obes
2016-01-22Don't fail on invalid syscalls.Jorge Lucangeli Obes
2016-01-20Add ability to put jailed process in cgroupsDylan Reid
2016-01-20Separate child process sync from user namespaceDylan Reid
2016-01-13Set HAVE_SECUREBITS_H define.Jorge Lucangeli Obes
2016-01-13Make is_android staticDylan Reid