summaryrefslogtreecommitdiff
path: root/sepolicy/te_macros
AgeCommit message (Collapse)Author
2021-07-13db845c: Switch gralloc to use gralloc.minigbm_msm instead of gralloc_gbmJohn Stultz
Instead of carying our own copy of gralloc_gbm, try to utilize the minigbm gralloc as it implements gralloc4 Change-Id: I628ff76d3ef7cf441b122bc6f2e49f662b0c7ed5 Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-04-01sepolicy: dontaudit getattr access to graphics_deviceAmit Pundir
dmesg and logcat is filled with selinux denials related to getting access to graphics device attributes. From bootanimation to all the way up to video playback, all display/graphics related apps/services seem to need access to graphics device attributes. Although the denials are non-fatal but it is good to get rid of the denial messages. Change-Id: Ic65364c08b5de8aab8b22997ab5215304a4782ac Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2019-09-24db845c: Add support for AOSP on dragonboard db845cAmit Pundir
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>