No description
Find a file
Martijn Coenen 623b56af5d Fix libprocessgroup SELinux denials.
libprocessgroup checks whether it can use memory
cgroups for keeping track of forked processes by
seeing whether /dev/memcg/apps is writable. However,
on systems with memory cgroups disabled, SELinux
(correctly) no longer classifies this directory as a cgroup,
and starts denying zygote access. To fix this,
first check whether /dev/memcg/apps/tasks exists to
see if the cgroup is mounted; only then check whether
we can write to the directory.

Bug: 27046965
Change-Id: I6e44cd62d8c396e20ceb162c50606b3e86f2cb3e
2016-02-08 11:45:27 +01:00
adb Merge "adb: don\'t append a slash to a path that already ends with one." am: aae1eb2c4f 2016-02-04 02:35:31 +00:00
adf Adf: Remove unused variable 2015-07-27 22:08:16 -07:00
base Fix libbase's logging dependency. 2016-02-04 08:24:55 -08:00
bootstat Merge "bootstat: Hook up bootstat to record the boot complete signal and log boot events in the LOCAL_INIT_RC file, bootstat.rc." 2016-01-26 21:30:55 +00:00
cpio fs_config: replace getenv('OUT') by new fs_config parameter 2015-07-09 21:47:07 -07:00
crash_reporter crash_reporter_tests: Compile only on 'eng' builds. 2016-02-04 13:56:25 -08:00
debuggerd Merge "Newer kernels added SEGV_BNDERR." 2016-02-05 02:20:13 +00:00
fastboot Merge "Fix the version number in the fastboot documentation." am: 80e88a1274 2016-02-03 23:20:23 +00:00
fingerprintd Fingerprint: Plumb enumerate support. 2015-12-04 10:07:55 -08:00
fs_mgr Remove code to handle non-default file encryption 2016-02-02 10:34:40 -08:00
gatekeeperd Merge "Track rename of base/ to android-base/." am: 912ed3d8ca am: e2a9563be1 2015-12-07 23:59:44 +00:00
healthd Merge "Add support for USB_HVDCP chargers" am: ba3014c914 2016-02-04 02:35:19 +00:00
include Merge "graphics: Include stddef.h for size_t." 2016-02-03 21:37:39 +00:00
init Merge "User 0 directories are created by vold now." 2016-02-05 21:01:21 +00:00
libbacktrace Fix use of uninitialized memory. 2016-02-05 15:22:34 -08:00
libbinderwrapper libbinderwrapper: Add BinderWrapper::GetOrCreateInstance() 2016-01-04 12:56:27 -08:00
libcutils Merge "libcutils: abort for invalid fd" am: 76f99770d1 2016-02-05 18:15:14 +00:00
libdiskconfig
libion
liblog Merge "liblog: remove strdup from logging calls" 2016-02-03 21:48:37 +00:00
libmemtrack Remove a hack for getting libpagerank's headers. 2015-09-22 22:35:30 -07:00
libmincrypt
libnativebridge Revert "nativebrige: log code_cache access errors to stderr as well" 2016-01-27 17:53:20 +00:00
libnativeloader Merge "Include icu4c libraries to the list of public libs" am: 17e33647f0 2016-02-02 20:10:12 +00:00
libnetutils Merge "libnetutils: Check socket() return value" am: e4b332c7e4 2016-01-12 04:53:01 +00:00
libpackagelistparser packagelistparser: rename to libpackagelistparser 2015-11-05 12:12:38 -08:00
libpixelflinger Use dlmalloc from external/dlmalloc instead of bionic/. 2016-01-22 11:04:35 -08:00
libprocessgroup Fix libprocessgroup SELinux denials. 2016-02-08 11:45:27 +01:00
libsparse Fix static analyzer issues caught by clang 2016-02-01 11:19:26 -08:00
libsuspend
libsync Fix isValid() condition for libsync tests 2015-11-05 10:07:53 -08:00
libsysutils Switch from using sockaddr to sockaddr_storage. 2015-12-07 16:07:46 +09:00
libusbhost libusbhost: add usb_device_reset 2016-01-13 16:01:42 -08:00
libutils Merge "more O_CLOEXEC" am: 920d637d25 2015-12-18 23:05:34 -08:00
libziparchive Allow setting an arbitrary alignment for an entry. 2016-01-19 13:55:53 -08:00
lmkd Merge "more O_CLOEXEC" am: 920d637d25 2015-12-18 23:05:34 -08:00
logcat logcat: build cleanup 2016-02-04 13:10:19 -08:00
logd init.rc: too many start logd 2016-02-02 16:01:17 -08:00
logwrapper am eaf04aa0: am 3b94cef1: Merge "Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.h" 2015-08-22 02:40:51 +00:00
metricsd Merge "metricsd: Create a brillo::MessageLoop." 2016-02-04 23:38:54 +00:00
mkbootimg
reboot
rootdir Fix libprocessgroup SELinux denials. 2016-02-08 11:45:27 +01:00
run-as Fix the run-as environment to better match su. 2015-11-03 14:31:46 -08:00
sdcard Merge "[DO NOT MERGE] Use FUSE_SHORTCIRCUIT if available" into mnc-dr1.5-dev am: b84295d027 2016-01-14 00:52:50 +00:00
toolbox Always have ps output to stdout at least one line. 2016-01-28 16:08:08 -08:00
trusty [core][trusty] add gatekeeper module 2015-11-12 12:19:48 -08:00
tzdatacheck Track rename of base/ to android-base/. 2015-12-04 22:00:26 -08:00
.gitignore Ignore adb/*.pyc files 2015-08-11 12:59:58 -07:00
Android.mk
CleanSpec.mk
MODULE_LICENSE_APACHE2
NOTICE