From ba549c4e0d0f12d153b296fa2b9ed93c0fb67cd2 Mon Sep 17 00:00:00 2001 From: Niranjan Reddy Dumbala Date: Fri, 17 Mar 2017 17:54:52 +0530 Subject: SDM660_64: Intial bring up. Intial bring up changes Change-Id: I789911a6cd9edacdf73df41b39a80b096b9f1077 --- android_filesystem_config.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) mode change 100644 => 100755 android_filesystem_config.h (limited to 'android_filesystem_config.h') diff --git a/android_filesystem_config.h b/android_filesystem_config.h old mode 100644 new mode 100755 index 3cf40c4..7251a08 --- a/android_filesystem_config.h +++ b/android_filesystem_config.h @@ -30,11 +30,22 @@ #include -#define NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS static const struct fs_path_config android_device_files[] = { // { 00755, AID_UID, AID_GID, (1ULL << CAPABILITY), "PATH_TO_BINARY" }, { 00755, AID_BLUETOOTH, AID_BLUETOOTH, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/wcnss_filter" }, + { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/pm-service" }, + { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/pm-service" }, + { 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/imsdatadaemon" }, + { 00755, AID_SYSTEM, AID_RADIO, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/ims_rtp_daemon" }, #ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS { 00000, AID_ROOT, AID_ROOT, 0, "system/etc/fs_config_dirs" }, #endif }; + + +static const struct fs_path_config android_device_dirs[] = { + { 00771, AID_SYSTEM, AID_SYSTEM, 0, "firmware" }, + { 00771, AID_SYSTEM, AID_SYSTEM, 0, "bt_firmware" }, + { 00771, AID_MEDIA, AID_MEDIA, 0, "dsp" }, + { 00771, AID_SYSTEM, AID_SYSTEM, 0, "persist" }, +}; -- cgit v1.2.3