From 96a2bb622d38f3c875997e4cacb423fa9ef4ea76 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Thu, 24 Jun 2010 14:36:38 -0700 Subject: [PATCH] Set the modes for rc.* files in /system/etc Change-Id: I0897897cdffa66afa4f818f7ebcf0a9b70c517ea Signed-off-by: Bruce Beare --- include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 1dbe17115..903f99f27 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -165,6 +165,7 @@ static struct fs_path_config android_files[] = { { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }, { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, + { 00555, AID_ROOT, AID_ROOT, "system/etc/rc.*" }, { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" }, { 00644, AID_APP, AID_APP, "data/data/*" },