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.
Merged-In: Ieed9c2be18a092e92ec90fc8a07fa17c8ec19308
Change-Id: Ieed9c2be18a092e92ec90fc8a07fa17c8ec19308
(cherry picked from commit 2c67552cfd)
This commit is contained in:
Joel Galenson
2018-04-26 09:44:12 -07:00
parent 2e41f0e3f0
commit 1ce9621f42
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

@@ -15,3 +15,6 @@ allow vendor_init proc_uid_cpupower:file write;
dontaudit vendor_init kernel:system module_request;
get_prop(vendor_init, modem_diag_prop)
dontaudit vendor_init unlabeled:dir getattr;
dontaudit vendor_init unlabeled:file getattr;