diff --git a/public/vold.te b/public/vold.te
index 3848c359dea172c924bae6d01d9115cb634b8126..d26c83614178e814e5bcceb7b7fab04f13d0890e 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -7,12 +7,6 @@ allow vold cache_file:dir r_dir_perms;
 allow vold cache_file:file { getattr read };
 allow vold cache_file:lnk_file r_file_perms;
 
-# Read access to pseudo filesystems.
-r_dir_file(vold, proc_net_type)
-userdebug_or_eng(`
-  auditallow vold proc_net_type:{ dir file lnk_file } { getattr open read };
-')
-
 r_dir_file(vold, { sysfs_type -sysfs_batteryinfo })
 # XXX Label sysfs files with a specific type?
 allow vold sysfs:file w_file_perms; # writing to /sys/*/uevent during coldboot.