Merge "Make the xtables lock readable only by AID_RADIO and root." am: 438720ac2c

am: 82cf4caaaa

Change-Id: Ieb05cd70f8b490460736ae7a348b26b255ac5633
This commit is contained in:
Lorenzo Colitti 2017-03-24 06:32:50 +00:00 committed by android-build-merger
commit bc918e922e

View file

@ -167,6 +167,7 @@ static const struct fs_path_config android_files[] = {
{ 00555, AID_ROOT, AID_ROOT, 0, "system/etc/ppp/*" },
{ 00555, AID_ROOT, AID_ROOT, 0, "system/etc/rc.*" },
{ 00440, AID_ROOT, AID_ROOT, 0, "system/etc/recovery.img" },
{ 00440, AID_RADIO, AID_ROOT, 0, "system/etc/xtables.lock" },
{ 00600, AID_ROOT, AID_ROOT, 0, "vendor/build.prop" },
{ 00600, AID_ROOT, AID_ROOT, 0, "vendor/default.prop" },
{ 00444, AID_ROOT, AID_ROOT, 0, ven_conf_dir + 1 },