From 9b46daa8f2d4e20e892548f6fdd187f593e3028d Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Sat, 10 Sep 2016 18:09:30 -0700
Subject: [PATCH] hostapd: rearrange to avoid merge conflict from AOSP

Change-Id: Ie4065ddd0e64c94924d45727e350c78f7dc5e292
---
 hostapd.te | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hostapd.te b/hostapd.te
index 26140307a..41f429aeb 100644
--- a/hostapd.te
+++ b/hostapd.te
@@ -15,11 +15,9 @@ allow hostapd sysfs:lnk_file r_file_perms;
 allow hostapd proc_net:file { getattr open read };
 
 # Various socket permissions.
-allowxperm hostapd self:udp_socket ioctl priv_sock_ioctls;
 allow hostapd self:netlink_socket create_socket_perms;
 allow hostapd self:netlink_generic_socket create_socket_perms;
 allow hostapd self:packet_socket create_socket_perms;
-
 allow hostapd self:netlink_route_socket nlmsg_write;
 
 # hostapd can read and write WiFi related data and configuration.
-- 
GitLab