From e31c8840de9e98d749b7b63a076f22e516835131 Mon Sep 17 00:00:00 2001 From: sukiliu Date: Fri, 25 Jun 2021 09:42:51 +0800 Subject: [PATCH] Update avc error on ROM 7490489 avc: denied { call } for scontext=u:r:dumpstate:s0 tcontext=u:r:hal_uwb_default:s0 tclass=binder permissive=0 avc: denied { call } for comm="dumpstate" scontext=u:r:dumpstate:s0 tcontext=u:r:hal_uwb_default:s0 tclass=binder permissive=0 Bug: 192026913 Test: PtsSELinuxTestCases Change-Id: Ieca08e87db1b46f3b7fc7de1492e45d4a5bec868 --- tracking_denials/dumpstate.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tracking_denials/dumpstate.te b/tracking_denials/dumpstate.te index 1a3571bf..a19ceb0a 100644 --- a/tracking_denials/dumpstate.te +++ b/tracking_denials/dumpstate.te @@ -4,3 +4,5 @@ dontaudit dumpstate hal_power_stats_vendor_service:service_manager { find }; dontaudit dumpstate twoshay:binder call; # b/190337283 dontaudit dumpstate debugfs_wakeup_sources:file read; +# b/192026913 +dontaudit dumpstate hal_uwb_default:binder call;