diff --git a/app.te b/app.te
index 583495eaba086ba482a2b874aef8000831d49d44..9431fd1dfc17974ec0b6465b97ae3776e7b2f6d4 100644
--- a/app.te
+++ b/app.te
@@ -108,6 +108,7 @@ allow appdomain qtaguid_device:chr_file r_file_perms;
 # 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)