Merge "Hide denials caused by race with labeling." into pi-dev am: 22920ab479

am: b7bc8ae41c

Change-Id: I187d940e1388bad7dd569eca950542118d383f63
This commit is contained in:
android-build-team Robot
2018-04-27 11:51:25 -07:00
committed by android-build-merger
2 changed files with 3 additions and 1 deletions

View File

@@ -21,4 +21,3 @@ radio vendor_default_prop file 77915129
rfs_access unlabeled file 78019660
rild system_prop file 77960261
thermal-engine thermal-engine capability 78019417
vendor_init unlabeled dir 77635294

View File

@@ -27,3 +27,6 @@ set_prop(vendor_init, public_vendor_default_prop)
set_prop(vendor_init, vendor_radio_prop)
set_prop(vendor_init, thermal_prop)
set_prop(vendor_init, vendor_charge_prop)
dontaudit vendor_init unlabeled:dir getattr;
dontaudit vendor_init unlabeled:file getattr;