diff --git a/app.te b/app.te index dc99f1fc6d685fddfb82502b0b880e644d302d9e..7896b9ac75a73dd7ea9e19443f6d7cf8bbe7ed31 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)