Skip to content
Snippets Groups Projects
Commit 59c4aa75 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "auditallow gpu_device execute access"

parents 0243e5cf 73bdbd98
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