Skip to content

Commit

Permalink
libcutils: fs_config: Update permissions for /system/build.prop
Browse files Browse the repository at this point in the history
Allow "group" and "others" to read it.

It's needed on some device in order to get camera proprietes loaded properly.

Change-Id: If2bdd1c56a6d95b2a455f1d26fc7bd8a59614477
  • Loading branch information
axxx007xxxz authored and YumeMichi committed Dec 9, 2018
1 parent bd40f62 commit 36aaaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcutils/fs_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static const struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
{ 00700, AID_ROOT, AID_ROOT, 0, "system/bin/secilc" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" },
{ 00600, AID_ROOT, AID_ROOT, 0, "system/build.prop" },
{ 00644, AID_ROOT, AID_ROOT, 0, "system/build.prop" },
{ 00444, AID_ROOT, AID_ROOT, 0, sys_conf_dir + 1 },
{ 00444, AID_ROOT, AID_ROOT, 0, sys_conf_file + 1 },
{ 00440, AID_ROOT, AID_SHELL, 0, "system/etc/init.goldfish.rc" },
Expand Down

0 comments on commit 36aaaa8

Please sign in to comment.