Revert "sepolicy: Grant neccesary ioctls to recovery for external sd"

* Merged upstream

This reverts commit 287c8e4f220e60609336c2beedc7b4279dd85515.

Change-Id: I593f316885f30a86ef5c68cd460f750a75812f15
diff --git a/common/private/recovery.te b/common/private/recovery.te
index 4d61792..3084c78 100644
--- a/common/private/recovery.te
+++ b/common/private/recovery.te
@@ -19,7 +19,6 @@
 
 # Volume manager
 r_dir_file(recovery, sdcard_type)
-allowxperm recovery block_device:blk_file ioctl { HDIO_GETGEO BLKGETSIZE };
 
 # Loop devices
 allow recovery sysfs_loop:dir r_dir_perms;