netmgr: Drop dontaudit lines

Don't suppress SELinux denials. Maybe help debug b/13646919

Bug: 13646919
Change-Id: I4691cae7a45241b35184c88d735ef342d01f1663
diff --git a/sepolicy/netmgrd.te b/sepolicy/netmgrd.te
index 8ba5dbb..69c2c40 100644
--- a/sepolicy/netmgrd.te
+++ b/sepolicy/netmgrd.te
@@ -9,10 +9,6 @@
 
 # Starts as (root,radio) changes to (radio,radio)
 allow netmgrd self:capability { setuid setgid net_admin net_raw };
-dontaudit netmgrd self:capability fsetid;
-
-# Support modprobe??
-dontaudit netmgrd self:capability sys_module;
 
 allow netmgrd self:udp_socket { create ioctl };
 allow netmgrd self:netlink_socket create_socket_perms;
@@ -21,11 +17,6 @@
 # Talk to qmuxd (qmux_radio)
 qmux_socket(netmgrd)
 
-# Tries to access /data/data_test/ with toolbox. The data_test
-# directory doesn't exist so deny access.
-dontaudit netmgrd shell_exec:file rx_file_perms;
-dontaudit netmgrd system_file:file execute_no_trans;
-
 # Talk to init over the property socket
 unix_socket_connect(netmgrd, property, init)
 # Set net.rmnet0.* values