Merge "auditallow gpu_device execute access"
diff --git a/app.te b/app.te
index 583495e..9431fd1 100644
--- a/app.te
+++ b/app.te
@@ -108,6 +108,7 @@
 # Grant GPU access to all processes started by Zygote.
 # They need that to render the standard UI.
 allow { appdomain -isolated_app } gpu_device:chr_file { rw_file_perms execute };
+auditallow { appdomain -isolated_app } gpu_device:chr_file execute;
 
 # Use the Binder.
 binder_use(appdomain)