diff options
author | Michaƫl Burtin <bukington@gmail.com> | 2012-02-05 00:55:17 +0100 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-11-07 13:51:02 -0800 |
commit | 66a88135a3dae7cfffe6549f0d19f0d2c54131e1 (patch) | |
tree | e14e1a01719f05d1bab305d3cf8d365bfe0ef762 /libcutils | |
parent | 8d76b021393b7bd9bf3f3bc2f1801ae0f67307a2 (diff) | |
download | system_core-66a88135a3dae7cfffe6549f0d19f0d2c54131e1.zip system_core-66a88135a3dae7cfffe6549f0d19f0d2c54131e1.tar.gz system_core-66a88135a3dae7cfffe6549f0d19f0d2c54131e1.tar.bz2 |
set /system/etc/init.d/* permissions
ported from CM7
* moved to fs_config.c in 6.0
Change-Id: I279d78679f7d779d6cd6bbc6c834d94706937ae8
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/fs_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/fs_config.c b/libcutils/fs_config.c index 8e4451c..7b23d71 100644 --- a/libcutils/fs_config.c +++ b/libcutils/fs_config.c @@ -137,6 +137,7 @@ static const struct fs_path_config android_files[] = { { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" }, { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" }, + { 00755, AID_ROOT, AID_SHELL, 0, "system/etc/init.d/*" }, { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" }, { 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" }, { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" }, |