diff --git a/app.te b/app.te index 7364d24513c09bd29c187530c065a1dd10ae51f9..e2cdcc22de26264a55892df6e9675f7990fd7784 100644 --- a/app.te +++ b/app.te @@ -123,8 +123,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; +allow { appdomain -isolated_app } gpu_device:chr_file rw_file_perms; # Use the Binder. binder_use(appdomain)