From 827246522b6ca930556bb38da60ccaad8b80adeb Mon Sep 17 00:00:00 2001 From: Trulan Martin Date: Mon, 4 Jul 2016 15:10:12 -0400 Subject: SELinux: explicitly label mmcblk0p9 as radio It seems that the sysfs label is not being recognized. Giving the block device a label directly seems to make toro's ril much happier. Change-Id: I83b41237255a1bfc3bd11f0bcabc86506676636b --- sepolicy/file_contexts | 1 + 1 file changed, 1 insertion(+) (limited to 'sepolicy') diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 35c90c9..1225c87 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -45,6 +45,7 @@ # Block devices /dev/block/mmcblk0 u:object_r:root_block_device:s0 +/dev/block/mmcblk0p9 u:object_r:radio_device:s0 /dev/block/platform/omap/omap_hsmmc.0/by-name/boot u:object_r:boot_block_device:s0 /dev/block/platform/omap/omap_hsmmc.0/by-name/recovery u:object_r:recovery_block_device:s0 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache u:object_r:cache_block_device:s0 -- cgit v1.1