aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/app.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/app.te')
-rw-r--r--sepolicy/app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/app.te b/sepolicy/app.te
new file mode 100644
index 0000000..eb71391
--- /dev/null
+++ b/sepolicy/app.te
@@ -0,0 +1,3 @@
+# Grant GPU access to all processes started by Zygote.
+# They need that to render the standard UI.
+allow appdomain gpu_device:chr_file rw_file_perms;