Sign in
android
/
platform
/
external
/
minijail
/
refs/heads/android11-d2-release
/
minijail0.c
beadf61
Remove init loop log message.
by Jorge Lucangeli Obes
· 6 years ago
1790e28
minijail0: Fix the --preload-library flag
by Luis Hector Chavez
· 6 years ago
9acba45
minijail: Add a way to specify the path of libminijailpreload.so
by Luis Hector Chavez
· 6 years ago
5ef22ca
split minijail0 cli parsers into a sep module
by Mike Frysinger
· 7 years ago
5b67e0b
minijail0: use exit(0) with -H help
by Mike Frysinger
· 7 years ago
linux-v3
fea05c6
fix handling of consecutive optional arguments
by Mike Frysinger
· 7 years ago
8f0665b
make the dest field with -b optional
by Mike Frysinger
· 7 years ago
d45fc42
Add the --profile flag
by Luis Hector Chavez
· 7 years ago
o-mr1-iot-preview-6
android-o-mr1-iot-preview-6
d775f4c
Fix the minijail0 help
by Luis Hector Chavez
· 7 years ago
5dd5b1b
move setpgid() from libminijail to minijail0
by Stephen Barber
· 7 years ago
ac08a68
allow bind mounts outside of chroots
by Mike Frysinger
· 7 years ago
99becbd
minijail0: drop unused longoption_index
by Mike Frysinger
· 7 years ago
227c291
minijail0: support --help too
by Mike Frysinger
· 7 years ago
33ffef3
add an option to set up a minimal /dev
by Mike Frysinger
· 8 years ago
7132355
Improve the way uid/gid changes in unprivileged userns
by Luis Hector Chavez
· 8 years ago
114a930
Allow redirecting logging to an FD
by Luis Hector Chavez
· 8 years ago
95582e7
Initialize some uninitialized pointers
by Luis Hector Chavez
· 8 years ago
6c8d820
ASan: Fixed memory leak
by lhchavez
· 8 years ago
58602a8
Clarify -T option in usage
by Graziano Misuraca
· 8 years ago
eaab420
abort when bind mounting a non-existent source path
by Mike Frysinger
· 8 years ago
ec0a2c1
minijail: Allow skipping setting securebits when restricting caps
by Luis Hector Chavez
· 8 years ago
fe5fb8e
minijail: Add support for dropping caps with static binaries
by Luis Hector Chavez
· 8 years ago
0f72ef4
Add the ability to set rlimits on the jailed process
by Dylan Reid
· 8 years ago
e61fd66
clarify -s vs -S seccomp modes a bit
by Mike Frysinger
· 8 years ago
98f4a93
minijail0: adjust how we stop processing non-opts
by Mike Frysinger
· 8 years ago
b9a7b16
support creating new uts namespaces (and setting hostnames)
by Mike Frysinger
· 8 years ago
android-o-preview-3
dba6209
Reland "Add optional signal forwarder and '-z' option to cli"
by Jorge Lucangeli Obes
· 8 years ago
7151582
Revert "Add optional signal forwarder and '-z' option to cli"
by Roozbeh Pournader
· 8 years ago
74b9027
Add optional signal forwarder and '-z' option to cli
by Graziano Misuraca
· 8 years ago
d253835
minijail0: update -i usage
by Mike Frysinger
· 8 years ago
n-iot-preview-4
android-n-iot-preview-4
a6eb21a
Implement initial ambient capabilities support.
by Jorge Lucangeli Obes
· 8 years ago
0b20877
Refactor Minijail in preparation for ambient capabilities work.
by Jorge Lucangeli Obes
· 8 years ago
866bb3a
Add a flag to drop access to the session keyring
by Chirantan Ekbote
· 8 years ago
959f656
Fix help message, man page.
by Jorge Lucangeli Obes
· 8 years ago
ab9eb44
allow specifying larger /tmp tmpfs mounts
by Martin Pelikán
· 8 years ago
ec7def2
make the -t (/tmp mount) option imply -v (new mount namespace)
by Mike Frysinger
· 8 years ago
13807cb
minijail: Add ability to keep supplementary gids.
by Lutz Justen
· 8 years ago
fb449ab
Add a PREUPLOAD.cfg file to enable clang-format
by Luis Hector Chavez
· 8 years ago
200299c
Allow entering a user namespace with a default gid mapping.
by Jorge Lucangeli Obes
· 8 years ago
1365061
Add support for SECCOMP_FILTER_FLAG_TSYNC.
by Jorge Lucangeli Obes
· 9 years ago
a32e839
Fix Minijail usage message.
by Jorge Lucangeli Obes
· 9 years ago
ab6fa6f
Allow entering a user namespace with a default mapping.
by Jorge Lucangeli Obes
· 9 years ago
81e2397
Allow mount data to be specified
by Dylan Reid
· 9 years ago
4cbc2a5
Add ability to enter a cgroup namespace
by Dylan Reid
· 9 years ago
3b5841b
Add missing options to minijail(1) manpage
by Brian Norris
· 9 years ago
a521bee
Add an option to skip remounting / as MS_PRIVATE.
by Jorge Lucangeli Obes
· 9 years ago
android-n-preview-1
768d42b
Clarify '-T' help.
by Jorge Lucangeli Obes
· 9 years ago
9dd256e
Clean up 'minijail0' help message.
by Jorge Lucangeli Obes
· 9 years ago
2ed0912
add -T option to minijail0 for specifying ELF linkage type
by Matthew Dempsky
· 9 years ago
e7a5908
Merge "Compile 'minijail0' on Brillo/Android."
by Jorge Lucangeli Obes
· 9 years ago
2b12ba4
Print an error when attempting to use bind mounts without chroot.
by Jorge Lucangeli Obes
· 9 years ago
d99a40d
Compile 'minijail0' on Brillo/Android.
by Jorge Lucangeli Obes
· 9 years ago
f794247
minijail: Add option to enter a new IPC namespace
by Dylan Reid
· 9 years ago
eac2894
minijail: Support setting syscall table with PR_ALT_SYSCALL
by Andrew Bresticker
· 9 years ago
648b220
minijail: Add ability to specify mounts
by Dylan Reid
· 9 years ago
a14e08d
minijail: Allow static binaries in a bind mount to run
by Dylan Reid
· 9 years ago
brillo-m7-dev
brillo-m7-mr-dev
brillo-m7-release
1102f5a
minijail: Support entering an existing net namespace.
by Dylan Reid
· 9 years ago
08946cc
minijail: Check correct executable file
by Dylan Reid
· 9 years ago
5471450
minijail: Refactor dynamic and static code paths.
by Jorge Lucangeli Obes
· 9 years ago
791f577
minijail: Don't unmount proc if not mounted
by Dylan Reid
· 9 years ago
64d65a7
minijail: Support pivot_root
by Yu-Hsi Chiang
· 10 years ago
1912c5b
minijail: Support multiple range uid/gid mappings.
by Yu-Hsi Chiang
· 10 years ago
3cc05ea
minijail: Support writing child pid to file
by Yu-Hsi Chiang
· 10 years ago
10e9123
minijail: add user namespace support
by Yu-Hsi Chiang
· 10 years ago
3e954ec
minijail: Add a new option to allow program run as pid 1.
by Yu-Hsi Chiang
· 10 years ago
3901da6
minijail: Allow tmpfs /tmp mount without a chroot.
by Jorge Lucangeli Obes
· 10 years ago
c2968ea
minijail: allow -i and -p to be used together
by Mike Frysinger
· 10 years ago
03b2af2
minijail: improve debug and help text output
by Kees Cook
· 10 years ago
482cb9d
minijail: Read all cmdline options before setting up seccomp filters.
by Jorge Lucangeli Obes
· 11 years ago
1563b5b
minijail: Add support for entering an existing VFS namespace.
by Jorge Lucangeli Obes
· 11 years ago
2f61ee4
Fix more style issues.
by Jorge Lucangeli Obes
· 11 years ago
c8b21e1
Fix coding style issues.
by Jorge Lucangeli Obes
· 11 years ago
1e4fc6a
Allow minijail to run statically linked targets
by Lee Campbell
· 11 years ago
11af062
Allow mounting of a tmpfs /tmp in the chroot
by Lee Campbell
· 11 years ago
4b2d5ee
Exit if unable to dlopen() libminijailpreload.so.
by Jorge Lucangeli Obes
· 11 years ago
88f76a7
Permit minijail0 callers to act as init to jailed processes
by Christopher Wiley
· 11 years ago
6c08630
[minijail] support network namespacing
by Elly Fong-Jones
· 12 years ago
6d71785
[minijail] check permissions on target
by Elly Fong-Jones
· 12 years ago
f65c9fe
[minijail] stop parsing at first non-opt arg
by Elly Fong-Jones
· 12 years ago
bda833c
Minijail: add logging for seccomp filter failures.
by Jorge Lucangeli Obes
· 13 years ago
2625bba
Fix Minijail's getopt string.
by Jorge Lucangeli Obes
· 13 years ago
0341d6c
Fix "-n" option in Minijail.
by Jorge Lucangeli Obes
· 13 years ago
474ee71
Re-enable setting seccomp filters in Minijail.
by Jorge Lucangeli Obes
· 13 years ago
c2c9bcc
Add API for PR_SET_NO_NEW_PRIVS and set seccomp filter before dropping root.
by Jorge Lucangeli Obes
· 13 years ago
2343d83
Temporarily disable setting seccomp filters in Minijail.
by Jorge Lucangeli Obes
· 13 years ago
fdd5f2d
[minijail] fix usage docs
by Elly Jones
· 13 years ago
e58176c
[minijail] pid namespace implies vfs namespace
by Elly Jones
· 13 years ago
5ba42b5
minijail0: parse *all* the arguments!
by Elly Jones
· 13 years ago
a8d1e1b
minijail0: unbreak chroot and marshalling
by Elly Jones
· 13 years ago
51a5b6c
minijail0: add chroot support.
by Elly Jones
· 13 years ago
e1749eb
minijail0: convert to linux style
by Elly Jones
· 13 years ago
fe4a372
libminijail: move over to using marshalled binary for preload
by Will Drewry
· 13 years ago
32ac9f5
libminijail,minijail0: add seccomp filter support
by Will Drewry
· 14 years ago
f0ef52e
Revert "libminijail,minijail0: add seccomp filter support"
by Thieu Le
· 13 years ago
13dcc70
libminijail,minijail0: add seccomp filter support
by Will Drewry
· 14 years ago
cd7a904
RFC: minijail: add libminijail.
by Elly Jones
· 14 years ago