Merge "change /fstab.* perms to 0640" into jb-dev

This commit is contained in:
Doug Zongker 2012-05-10 09:30:35 -07:00 committed by Android (Google) Code Review
commit 4fd375b566

View file

@ -225,7 +225,7 @@ static struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_SHELL, "init*" },
{ 00750, AID_ROOT, AID_SHELL, "charger*" },
{ 00750, AID_ROOT, AID_SHELL, "sbin/fs_mgr" },
{ 00644, AID_ROOT, AID_SHELL, "fstab.*" },
{ 00640, AID_ROOT, AID_SHELL, "fstab.*" },
{ 00644, AID_ROOT, AID_ROOT, 0 },
};