Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8eadb6b authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "fs_config.c: make *.prop files 0600" am: ebc39117 am: e733fac3 am: ab72558b

am: 88f3f883

Change-Id: Ib1a3a51ee1e7228cb587400da9fb6eecac4c0783
parents 76fed218 88f3f883
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -193,6 +193,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 },
};