system/corennnnn
Revision | 132940948d7a054cb48b64e9b67dcd44fcbb77d1 (tree) |
---|---|
Time | 2016-07-27 03:54:55 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Jaap Jan Meijer |
android_filesystem: enable houdini executables
@@ -138,7 +138,9 @@ static const struct fs_path_config android_files[] = { | ||
138 | 138 | { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" }, |
139 | 139 | { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" }, |
140 | 140 | { 00755, AID_ROOT, AID_SHELL, 0, "system/etc/init.d/*" }, |
141 | + { 00755, AID_ROOT, AID_SHELL, 0, "system/lib/arm/houdini" }, | |
141 | 142 | { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" }, |
143 | + { 00755, AID_ROOT, AID_SHELL, 0, "system/lib64/arm64/houdini64" }, | |
142 | 144 | { 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" }, |
143 | 145 | { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" }, |
144 | 146 | { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/bin/*" }, |