Merge "fs_config.c: make *.prop files 0600" am: ebc39117ee

am: e733fac3ef

Change-Id: Id2f8772f39eabed2da688698499c1b9f72fd0019
This commit is contained in:
Nick Kralevich 2016-12-17 01:00:02 +00:00 committed by android-build-merger
commit ab72558bcb

View file

@ -188,6 +188,9 @@ static const struct fs_path_config android_files[] = {
{ 00750, AID_ROOT, AID_SHELL, 0, "init*" },
{ 00750, AID_ROOT, AID_SHELL, 0, "sbin/fs_mgr" },
{ 00640, AID_ROOT, AID_SHELL, 0, "fstab.*" },
{ 00600, AID_ROOT, AID_ROOT, 0, "system/build.prop" },
{ 00600, AID_ROOT, AID_ROOT, 0, "vendor/build.prop" },
{ 00600, AID_ROOT, AID_ROOT, 0, "default.prop" },
{ 00644, AID_ROOT, AID_ROOT, 0, 0 },
};