summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Chen <liangyuchen@google.com>2023-02-02 02:45:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-02-02 02:45:24 +0000
commit925a287c261a06b0d34aa662f90f993e2d6362c9 (patch)
treea859112edfb8ed10e9327cfd54d1c2f465cb381c
parent749ea673aff9ce5944f45249a9c1d28962048d3a (diff)
parentb5ad9c9e843d2f9e4f027342bbe3bed60704d4af (diff)
Merge "Replace isolated_app with isolated_app_all (linaro)"
-rw-r--r--sepolicy/app.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/app.te b/sepolicy/app.te
index 890e6e6..27030c9 100644
--- a/sepolicy/app.te
+++ b/sepolicy/app.te
@@ -1,4 +1,4 @@
# Few system/untrusted_app_xx apps eg. deskclock,
# gallery3d et al. need read-only access to /dev/dri
# as well, otherwise they don't open and crash.
-gpu_access(appdomain -isolated_app)
+gpu_access(appdomain -isolated_app_all)