diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 4a7efba849c..a44fceff047 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -139,6 +139,7 @@ static struct fs_path_config android_dirs[] = { { 00755, AID_ROOT, AID_SHELL, "system/xbin" }, { 00755, AID_ROOT, AID_ROOT, "system/etc/ppp" }, { 00777, AID_ROOT, AID_ROOT, "sdcard" }, + { 00771, AID_SYSTEM, AID_SYSTEM, "sd-ext" }, { 00755, AID_ROOT, AID_ROOT, 0 }, };