summaryrefslogtreecommitdiff
path: root/sepolicy/kernel.te
AgeCommit message (Collapse)Author
2022-04-14dragonboard: sepolicy: Add sepolicy rules to fix problems seen adb remount ↵John Stultz
overlays When using adb remount/adb sync, I noticed some new sepolicy failures that prevented some things from working. For instance, if I did adb remount right after flashing a device, on the next bootup I found that wifi would fail to work. This was due to sepolicy failures caused by the file accesses being on the overlayfs. Similarly, when testing a new version of mesa via adb sync, I found surfaceflinger would fail to start, again due to new sepolicy failures These sepolicy changes were suggested by audit2allow to fix the problems, and indeed I now have display and wifi working after adb remount/sync updates. Signed-off-by: John Stultz <jstultz@google.com> Change-Id: Ifd819cf34939d1e61b67d8b08c67ec9a2fadd110
2019-10-25db845c: sepolicy: Add some kernel sepolicy rules to allow firmware loadingJohn Stultz
Previously we were seeing issues w/ firmware loading due to sepolicy blocking the in-kernel loader from accessing /vendor/firmware files This patch adds some sepolicy additions suggested by audit2allow that let it work. Change-Id: Ie7238a2ae30d1377dcd73a6c194f0017989006bf Signed-off-by: John Stultz <john.stultz@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>