From 7bbf7a6ec2cd81dd1781ac4be4e90471b35599ae Mon Sep 17 00:00:00 2001
From: Sandeep Patil <sspatil@google.com>
Date: Thu, 13 Apr 2017 20:38:18 -0700
Subject: [PATCH] suppress audit logs from rild's access to core domain through
 system()

Change-Id: Ic9a9026df6f36d65fa02cc7b264bc901a14546f9
Signed-off-by: Sandeep Patil <sspatil@google.com>
---
 public/domain.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/domain.te b/public/domain.te
index a689788a7..5b20c81e6 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -744,6 +744,7 @@ full_treble_only(`
             domain
             -coredomain
             -appdomain
+            -rild
         } {
             exec_type
             -vendor_file_type
-- 
GitLab