platform_system_core/libcutils
Robert Sesek a2ceaf6b8b Add fs_config entries for the webview_zygote.
The webview_zygote is a non-root zygote process that creates isolated_app
children for rendering web content. It needs:
- CAP_SETUID and CAP_SETGID to change the UID of the new child process.
- CAP_SETPCAP to clear the capability bounding set after forking.

Test: m
Test: angler boots

Bug: 21643067
Change-Id: I986fa04be54e812f5dd2afa14e5d2d3e474e2b10
2016-10-31 10:33:36 -04:00
..
arch-arm
arch-arm64
arch-mips android_memset.c: Use sanitized shifts 2015-08-27 14:32:17 -07:00
arch-x86
arch-x86_64
tests libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
Android.bp Merge "Remove socket_loopback_client." 2016-10-14 18:21:38 +00:00
android_reboot.c Use fsck.f2fs -a instead of -f for faster boot 2015-07-15 10:13:51 -07:00
ashmem-dev.c libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
ashmem-host.c Don't expose ashmem constants on the host. 2016-05-13 14:47:30 -07:00
canned_fs_config.c libcutils: canned_fs_config.c drop tabs 2016-07-06 10:45:11 -07:00
config_utils.c
debugger.c libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
dlmalloc_stubs.c system/core: preparation to pull back interfaces from android/log.h 2016-10-20 08:11:39 -07:00
fs.c system/core: preparation to pull back interfaces from android/log.h 2016-10-20 08:11:39 -07:00
fs_config.c Add fs_config entries for the webview_zygote. 2016-10-31 10:33:36 -04:00
hashmap.c libcutils: cleanups for -fsanitize=integer 2015-08-26 10:40:00 -07:00
iosched_policy.c Add ioprio values directly. 2016-07-18 17:01:05 -07:00
klog.cpp Fix early init logging. 2016-07-26 09:32:33 -07:00
load_file.c
MODULE_LICENSE_APACHE2
multiuser.c Create profiles folders 2016-02-19 13:42:37 +00:00
native_handle.c Add native_handle_init 2016-10-12 18:04:41 -07:00
NOTICE
open_memstream.c
partition_utils.c
properties.c libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
qtaguid.c libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
record_stream.c Use _WIN32 rather than HAVE_WINSOCK. 2015-07-29 17:45:24 -07:00
sched_policy.c system/core: preparation to pull back interfaces from android/log.h 2016-10-20 08:11:39 -07:00
socket_inaddr_any_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_inaddr_any_server_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_unix.h libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_loopback_server_unix.c Fallback to IPv6 when IPv4 is not available in adb 2016-10-13 08:54:43 -07:00
socket_network_client_unix.c We should break from loop after getting connected. 2016-09-21 19:45:54 -07:00
socket_network_client_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
sockets.cpp Move android_get_control_socket out of line 2016-09-23 11:26:08 -07:00
sockets_unix.cpp system/core: preparation to pull back interfaces from android/log.h 2016-10-20 08:11:39 -07:00
sockets_windows.cpp libcutils/fastboot: improve multi-buffer write. 2016-02-03 10:01:38 -08:00
str_parms.c libcutils: Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
strdup8to16.c Fix misc-macro-parentheses warnings in init and other core modules. 2016-05-18 18:11:49 -07:00
strdup16to8.c strdup16to8.c: fix benign integer underflow. 2015-08-27 10:30:50 -07:00
strlcpy.c
threads.c
trace-dev.c libcutils: use __android_log_is_debuggable() 2016-10-14 08:04:19 -07:00
trace-host.c Hide warning in cutils/trace.h 2016-09-21 17:45:31 -07:00
uevent.c