summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/app.te b/sepolicy/app.te
index eb71391..d69d774 100644
--- a/sepolicy/app.te
+++ b/sepolicy/app.te
@@ -1,3 +1,6 @@
# 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;
+
+# Some live wallpapers need.
+allow shared_app gpu_device:chr_file execute;