From b0aec773ff71f2917f97228fa4853e189b0f8940 Mon Sep 17 00:00:00 2001 From: Dinesh Yadav Date: Fri, 5 Jan 2024 08:06:56 +0000 Subject: [PATCH] Remove permissive mode from gxp_logging service The permission issues have been resolved with the latest release. Test: Tested that no avc violations are seen after using the private build. Bug: 307468752 Change-Id: I962650551c94a924f4d63a79f8a684c5440f58e9 --- tracking_denials/gxp_logging.te | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tracking_denials/gxp_logging.te diff --git a/tracking_denials/gxp_logging.te b/tracking_denials/gxp_logging.te deleted file mode 100644 index 1aa14ac..0000000 --- a/tracking_denials/gxp_logging.te +++ /dev/null @@ -1,4 +0,0 @@ -# b/307468752 -userdebug_or_eng(` - permissive gxp_logging; -') \ No newline at end of file