commit | a5b3488a00dbf466ef96f65fd958aa54bd0ddaca | [log] [tgz] |
---|---|---|
author | Steve Kim <[email protected]> | Mon Mar 02 10:55:18 2020 -0800 |
committer | Alistair Delva <[email protected]> | Wed Mar 17 14:54:59 2021 +0000 |
tree | ca9d15aba81294d2219dcf06d31e377da998397a | |
parent | 6c384b5005970e0a3a65780535c0bbf35bf483c1 [diff] |
minijail: refresh lib{syscalls|constants}gen.c for linux-x86 host Crosvm with sandbox on x86 host as of Feb. 28 2020 fails with this error: libminijail[43171]: compile_file: /usr/.../.../block_device.policy(19): nonexistent syscall 'statx' block_device.policy whitelisting statx, where the libsyscalls.gen.c is missing it. Likely the two lib*.gen.c files were created a while ago when glibc version was low. Needs refresh. Bug: 150394301 Test: Run cuttlefish enabling crosvm sandboxing with the rebuilt libminijail.so, and saw no error Change-Id: I90ba7892757e966e7a54e9bd5186698e7eb32e3a (cherry picked from commit 5d01ecb9ee3f1c7e480a5cc023fef8d875c47c02)
The Minijail homepage and main repo is https://android.googlesource.com/platform/external/minijail/.
There might be other copies floating around, but this is the official one!
Minijail is a sandboxing and containment tool used in Chrome OS and Android. It provides an executable that can be used to launch and sandbox other programs, and a library that can be used by code to sandbox itself.
You're one git clone
away from happiness.
$ git clone https://android.googlesource.com/platform/external/minijail $ cd minijail
Releases are tagged as linux-vXX
: https://android.googlesource.com/platform/external/minijail/+refs
See the HACKING.md document for more details.
See the RELEASE.md document for more details.
See the tools/README.md document for more details.
We've got a couple of contact points.
The following talk serves as a good introduction to Minijail and how it can be used.
The Chromium OS project has a comprehensive sandboxing document that is largely based on Minijail.
After you play with the simple examples below, you should check that out.
# id uid=0(root) gid=0(root) groups=0(root),128(pkcs11) # minijail0 -u jorgelo -g 5000 /usr/bin/id uid=72178(jorgelo) gid=5000(eng) groups=5000(eng)
# minijail0 -u jorgelo -c 3000 -- /bin/cat /proc/self/status Name: cat ... CapInh: 0000000000003000 CapPrm: 0000000000003000 CapEff: 0000000000003000 CapBnd: 0000000000003000