From c43a6186bfeb4b3291eb64e7b5237b2ba5c84b0c Mon Sep 17 00:00:00 2001 From: Wilson Sung Date: Thu, 16 Feb 2023 13:00:39 +0800 Subject: [PATCH] Add app_domain to con_monitor_app Bug: 261782930 Bug: 264490077 Test: boot to home and avc gone Change-Id: I86a0793c93549172ee60397b9735ddcfe0d20bac --- tracking_denials/zygote.te | 6 ------ vendor/con_monitor_app.te | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 tracking_denials/zygote.te diff --git a/tracking_denials/zygote.te b/tracking_denials/zygote.te deleted file mode 100644 index 2dd799ee..00000000 --- a/tracking_denials/zygote.te +++ /dev/null @@ -1,6 +0,0 @@ -# b/261782930 -dontaudit zygote con_monitor_app:process { dyntransition }; -# b/264490077 -userdebug_or_eng(` - permissive zygote; -') \ No newline at end of file diff --git a/vendor/con_monitor_app.te b/vendor/con_monitor_app.te index b933bd2e..814c5e8d 100644 --- a/vendor/con_monitor_app.te +++ b/vendor/con_monitor_app.te @@ -1,3 +1,3 @@ # ConnectivityMonitor app type con_monitor_app, domain; - +app_domain(con_monitor_app);