From c5e32208a2ec7a483d8ef9d5c292313d5c229ebc Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Tue, 3 Oct 2017 15:47:29 -0700
Subject: [PATCH] Remove duplicate allow rule.

Duplicate of "allow domain su:fd use;"

Test: policy compiles.
Change-Id: I81d86a8b325d619d3ecc9450a011d6646605cab9
---
 public/domain.te | 1 -
 1 file changed, 1 deletion(-)

diff --git a/public/domain.te b/public/domain.te
index c471a50f1..9bc9e4e3b 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -39,7 +39,6 @@ userdebug_or_eng(`
   allow domain su:unix_stream_socket { getattr getopt read write shutdown };
 
   allow { domain -init } su:binder { call transfer };
-  allow { domain -init } su:fd use;
 
   # Running something like "pm dump com.android.bluetooth" requires
   # fifo writes
-- 
GitLab