diff --git a/shell.te b/shell.te
index 487f14c9b89c7a8dcde93634b906c0b06fc37d52..266336587ff653dcaf2249f1afa1b7702a08fcd6 100644
--- a/shell.te
+++ b/shell.te
@@ -125,9 +125,6 @@ allow shell sysfs_batteryinfo:file r_file_perms;
 # Allow access to ion memory allocation device.
 allow shell ion_device:chr_file rw_file_perms;
 
-# Whitelist access to socket ioctls
-allowxperm shell self:{ rawip_socket tcp_socket udp_socket } ioctl unpriv_sock_ioctls;
-
 ###
 ### Neverallow rules
 ###