From f95bf194c1bbd98a07a94128b51da187e4bbafaa Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Wed, 18 Jul 2018 12:51:17 -0700
Subject: [PATCH] app: exempt su from auditallow statement

Cut down on logspam during kernel_net_tests

Test: /data/nativetest64/kernel_net_tests/kernel_net_tests
Change-Id: Id19f50caebc09711f80b7d5f9d87be103898dd9a
---
 public/app.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/app.te b/public/app.te
index 1dca49cb5..411ce593f 100644
--- a/public/app.te
+++ b/public/app.te
@@ -201,6 +201,7 @@ userdebug_or_eng(`
     -platform_app
     -priv_app
     -shell
+    -su
     -system_app
     -untrusted_app_all
   } proc_net_type:{ dir file lnk_file } { getattr open read };
-- 
GitLab