Skip to content
Snippets Groups Projects
Commit 73bdbd98 authored by Daniel Micay's avatar Daniel Micay
Browse files

auditallow gpu_device execute access

This permission appears to be unnecessary on some (most?) devices such
as the Nexus 5. It should be moved to the device policy if it's truly
required by the driver.

Change-Id: I531dc82ba9030b805db2b596e145be2afb324492
parent 008d7f14
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,7 @@ allow appdomain qtaguid_device:chr_file r_file_perms; ...@@ -108,6 +108,7 @@ allow appdomain qtaguid_device:chr_file r_file_perms;
# Grant GPU access to all processes started by Zygote. # Grant GPU access to all processes started by Zygote.
# They need that to render the standard UI. # They need that to render the standard UI.
allow { appdomain -isolated_app } gpu_device:chr_file { rw_file_perms execute }; allow { appdomain -isolated_app } gpu_device:chr_file { rw_file_perms execute };
auditallow { appdomain -isolated_app } gpu_device:chr_file execute;
# Use the Binder. # Use the Binder.
binder_use(appdomain) binder_use(appdomain)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment