mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 14:28:39 +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.
Merged-In: Ieed9c2be18a092e92ec90fc8a07fa17c8ec19308
Change-Id: Ieed9c2be18a092e92ec90fc8a07fa17c8ec19308
(cherry picked from commit 2c67552cfd)
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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user