summaryrefslogtreecommitdiff
path: root/sepolicy/app.te
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-18 16:46:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2019-09-24 23:50:25 +0530
commit4e37582f32480bd153c93fed20b6aabe98bfbb90 (patch)
treeb86f9698ea06f9d11ead04057b845427798ad0cd /sepolicy/app.te
parentb7005515dd7ac2faebc6000b36075c116fdeacfa (diff)
db845c: Add support for AOSP on dragonboard db845c
Boots dragonboard db845c to console. HDMI display broken due to missing firmware files. Change-Id: I820aeb7b7ab2536a362f9ae37cc44906be0a6190 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'sepolicy/app.te')
-rw-r--r--sepolicy/app.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/app.te b/sepolicy/app.te
new file mode 100644
index 0000000..890e6e6
--- /dev/null
+++ b/sepolicy/app.te
@@ -0,0 +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)