mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Hide denials caused by race with labeling.
These denials seem to be caused by a race with the process that labels the files. Bug: 77635294 Test: Build policy. Change-Id: Ieed9c2be18a092e92ec90fc8a07fa17c8ec19308
This commit is contained in:
1
sepolicy/vendor/bug_map
vendored
1
sepolicy/vendor/bug_map
vendored
@@ -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
|
||||
|
||||
3
sepolicy/vendor/vendor_init.te
vendored
3
sepolicy/vendor/vendor_init.te
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user