diff --git a/audioserver.te b/audioserver.te
index 4f8eb7e7395d583b3ad7b1232cd189cf9bde8a82..eeed9856506fbb7ce68fa17ccdd8d87d06127305 100644
--- a/audioserver.te
+++ b/audioserver.te
@@ -14,6 +14,9 @@ binder_call(audioserver, binderservicedomain)
 binder_call(audioserver, { appdomain autoplay_app })
 binder_service(audioserver)
 
+# Read access to pseudo filesystems.
+r_dir_file(audioserver, proc)
+
 # Required by Widevine DRM (b/22990512)
 allow audioserver self:process execmem;