am 4fd375b5: Merge "change /fstab.* perms to 0640" into jb-dev
* commit '4fd375b566f0a4536b0afd8a2e4bd1c573a082c9':
change /fstab.* perms to 0640
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 5b556d6..6521cbe 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -225,7 +225,7 @@
{ 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 },
};