Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
minijail
/
ab0af20073dd3cf1257975ea44b5b408220ef549
ab0af20
gen_constants: combine sort|uniq
by Mike Frysinger
· 9 years ago
4044ed1
gen_constants: simplify grep by using ERE by default
by Mike Frysinger
· 9 years ago
b962e7e
gen_{constants,syscalls}: fix sed/grep locale issues
by Mike Frysinger
· 9 years ago
b790100
Merge "minijail: fix gen_constants to be portable"
by Scott James Remnant
· 9 years ago
efb697a
Merge "Make Minijail work correctly with shared mounts."
by Jorge Lucangeli Obes
· 9 years ago
805be39
Make Minijail work correctly with shared mounts.
by Jorge Lucangeli Obes
· 9 years ago
46a5509
Call chdir("/") after chroot in pivot_root.
by Jorge Lucangeli Obes
· 9 years ago
33df0e3
minijail: fix gen_constants to be portable
by Scott James Remnant
· 9 years ago
68db15c
minijail: fix Makefile and bpf.h to build in CrOS
by Samuel Tan
· 9 years ago
c0e60a2
minijail: support single arg version of gen_syscalls.sh
by Samuel Tan
· 9 years ago
12f5ed7
minijail: generate libconstants source file in Android.mk
by Samuel Tan
· 9 years ago
f260bef
minijail: fix input validation in gen_constants.sh
by Samuel Tan
· 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
e0a530e
minijail: use new_root as put_old in pivot_root(2)
by Yu-Hsi Chiang
· 9 years ago
64d65a7
minijail: Support pivot_root
by Yu-Hsi Chiang
· 9 years ago
1912c5b
minijail: Support multiple range uid/gid mappings.
by Yu-Hsi Chiang
· 9 years ago
3cc05ea
minijail: Support writing child pid to file
by Yu-Hsi Chiang
· 9 years ago
10e9123
minijail: add user namespace support
by Yu-Hsi Chiang
· 9 years ago
10953b5
minijail: Create a pkgconfig file for libminijail.
by Bertrand SIMONNET
· 9 years ago
2122455
minijail: Add support for building constants through masks
by Luis Hector Chavez
· 9 years ago
40b2574
minijail: Add named constants for seccomp filters
by Luis Hector Chavez
· 11 years ago
3e954ec
minijail: Add a new option to allow program run as pid 1.
by Yu-Hsi Chiang
· 9 years ago
ae2aed8
minijail: Fix build on non-Linux hosts
by Scott James Remnant
· 9 years ago
34e2274
Use libcap on Android.
by Jorge Lucangeli Obes
· 9 years ago
5b7a318
Use __ANDROID__ instead of __BRILLO__.
by Daniel Erat
· 9 years ago
f51a74b
Fix Mac build.
by Elliott Hughes
· 9 years ago
8b330bf
minijail: Export include dir.
by Jorge Lucangeli Obes
· 9 years ago
1b21c8f
Use getgrnam_r.
by Yabin Cui
· 9 years ago
a21c8fc
Add 'Android.mk' file, fix compile on Android.
by Jorge Lucangeli Obes
· 9 years ago
1b14889
Merge "Revert "Add 'Android.mk' file, fix compile on Android.""
by Jorge Lucangeli Obes
· 9 years ago
20ac228
Revert "Add 'Android.mk' file, fix compile on Android."
by Jorge Lucangeli Obes
· 9 years ago
4365a58
Revert "Fix aosp_x86_64 build."
by Jorge Lucangeli Obes
· 9 years ago
6666fe2
Fix aosp_x86_64 build.
by Jorge Lucangeli Obes
· 9 years ago
b9a322d
Add 'Android.mk' file, fix compile on Android.
by Jorge Lucangeli Obes
· 9 years ago
f082f6c
Add licenses and common.mk files.
by Jorge Lucangeli Obes
· 9 years ago
74201f1
Merge upstream code as of chromiumos/platform2 #676219.
by Alex Deymo
· 9 years ago
3db6958
Initial empty repository
by Bill Yi
· 9 years ago
3309ea2
Remove WATCHLISTS files cmasone is in
by Chris Masone
· 9 years ago
3c84df1
minijail: Set new process group ID.
by Jorge Lucangeli Obes
· 10 years ago
d613ab2
minijail: Make copyright headers consistent.
by Jorge Lucangeli Obes
· 10 years ago
3901da6
minijail: Allow tmpfs /tmp mount without a chroot.
by Jorge Lucangeli Obes
· 10 years ago
e6bd8cc
Revert "minijail: When pid-namespacing, init should be session leader"
by Mike Frysinger
· 10 years ago
c2968ea
minijail: allow -i and -p to be used together
by Mike Frysinger
· 10 years ago
c905a4b
minijail: drop ellyjones as she's no longer on the team
by Mike Frysinger
· 10 years ago
b5d7b9f
minijail: use %m instead of strerror
by Mike Frysinger
· 10 years ago
67546a0
minijail: When pid-namespacing, init should be session leader
by Chris Masone
· 10 years ago
03b2af2
minijail: improve debug and help text output
by Kees Cook
· 10 years ago
8b488a5
minijail: extract ARCH_NR definition to a header, fix indentation.
by Jorge Lucangeli Obes
· 10 years ago
5adfd10
minijail: Fix architecture validation for 32-bit MIPS platforms.
by Ben Chan
· 10 years ago
bc9dc1c
minijail: Convert to common.mk.
by Jorge Lucangeli Obes
· 10 years ago
2a44bef
minijail: Clean up elfparse.h
by Jorge Lucangeli Obes
· 10 years ago
0ef8a66
minijail: add seccomp softfail option
by Utkarsh Sanghi
· 10 years ago
95320a6
platform2: Remove legacy inherit-review-settings-ok files.
by Ben Chan
· 10 years ago
4ce2309
platform2: added CPPLINT.cfg and disabled linter in minijail/
by Alex Vakulenko
· 10 years ago
482cb9d
minijail: Read all cmdline options before setting up seccomp filters.
by Jorge Lucangeli Obes
· 10 years ago
1563b5b
minijail: Add support for entering an existing VFS namespace.
by Jorge Lucangeli Obes
· 10 years ago
f76a9e4
platform2: Remove redundant LICENSE files.
by Ben Chan
· 10 years ago
2f61ee4
Fix more style issues.
by Jorge Lucangeli Obes
· 10 years ago
c8b21e1
Fix coding style issues.
by Jorge Lucangeli Obes
· 10 years ago
c66d5f6
Add PRESUBMIT.cfg file to the repo.
by Jorge Lucangeli Obes
· 10 years ago
1e4fc6a
Allow minijail to run statically linked targets
by Lee Campbell
· 10 years ago
11af062
Allow mounting of a tmpfs /tmp in the chroot
by Lee Campbell
· 10 years ago
18d1eba
Fix error reporting when sandboxed process is signaled.
by Jorge Lucangeli Obes
· 11 years ago
4ae30cc
Clarify comments around minijail_pre{enter|exec}().
by Jorge Lucangeli Obes
· 11 years ago
fc42060
minijail: Fix issues when compiling for mipsel-o32.
by Ben Chan
· 11 years ago
25db693
Add 'set noparent' to Minijail OWNERS file.
by Jorge Lucangeli Obes
· 11 years ago
4e48065
Fix minijail_change_{user|group} with invalid users/groups.
by Jorge Lucangeli Obes
· 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
fccb4c9
port to more arches
by Mike Frysinger
· 11 years ago
02d0654
minijail: fix undefined inline function error under clang.
by Yunlian Jiang
· 11 years ago
c420a26
minijail: add child PID to log messages
by mukesh agrawal
· 11 years ago
2203d3e
minijail: do not use gcc designator extension.
by Yunlian Jiang
· 12 years ago
3adfef7
capabilities: extract the max cap from the runtime system
by Mike Frysinger
· 12 years ago
d96baf4
Add "unconditional errno" support to syscall filter policies.
by Jorge Lucangeli Obes
· 12 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
339a113
Allow reading the jailed process' stdout and stderr.
by Jorge Lucangeli Obes
· 12 years ago
e5609ac
capabilities: correct the <<-operator width everwhere
by Kees Cook
· 12 years ago
323878a
capabilities: make sure that CAP_SETPCAP is cleared
by Kees Cook
· 12 years ago
b0cea43
Unalias |policy| variable in syscall filter code.
by Jorge Lucangeli Obes
· 12 years ago
8a56ec2
Fix Minijail x32 compilation.
by Jorge Lucangeli Obes
· 12 years ago
f65c9fe
[minijail] stop parsing at first non-opt arg
by Elly Fong-Jones
· 12 years ago
1530b74
Add exit status reporting to Minijail.
by Jorge Lucangeli Obes
· 12 years ago
66cfc14
Add support for checking flags in syscall arguments in Minijail.
by Jorge Lucangeli Obes
· 12 years ago
ffec891
Add BPF jset instruction support to Minijail.
by Jorge Lucangeli Obes
· 12 years ago
eee3155
Make it easier to build libminijail on Chromium Linux.
by Lei Zhang
· 12 years ago
6537a56
Minijail: Fix indentation in libminijail.c
by Jorge Lucangeli Obes
· 12 years ago
df4bd35
Minijail: allow writing to the child process' standard input.
by Jorge Lucangeli Obes
· 12 years ago
aff8fae
Minijail: remove libsyscalls.gen.o from test-clean target.
by Jorge Lucangeli Obes
· 12 years ago
275b07f
Minijail: add better error reporting when including an invalid syscall.
by Jorge Lucangeli Obes
· 12 years ago
6201cf5
Minijail: with no_new_privs, drop privileges before setting seccomp filter.
by Jorge Lucangeli Obes
· 12 years ago
bda833c
Minijail: add logging for seccomp filter failures.
by Jorge Lucangeli Obes
· 12 years ago
a6b034d
Minijail: extract utility functions.
by Jorge Lucangeli Obes
· 12 years ago
224e427
Refactor logging in Minijail.
by Jorge Lucangeli Obes
· 12 years ago
2625bba
Fix Minijail's getopt string.
by Jorge Lucangeli Obes
· 12 years ago
1c888ae
[minijail] document use of NO_NEW_PRIVS
by Elly Jones
· 12 years ago
6135db9
Don't crash when receiving a NULL policy file.
by Jorge Lucangeli Obes
· 12 years ago
Next »