From 19bfb4b217d64cb5d6485bdb81ada53ba407388c Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Thu, 2 May 2013 17:23:02 -0700 Subject: Move rule for dsscomp to its own section Change-Id: Ifb66070f2b2caaa2f95ddc5eb98c66a011c38218 --- sepolicy/file_contexts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sepolicy') diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 85f8036..ae35645 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -4,7 +4,6 @@ /dev/block/mmcblk0p9 u:object_r:radio_device:s0 /dev/block/platform/omap/omap_hsmmc.0/by-name/radio u:object_r:radio_device:s0 /dev/cdma_.* u:object_r:radio_device:s0 -/dev/dsscomp u:object_r:graphics_device:s0 /dev/lte_.* u:object_r:radio_device:s0 /dev/tiler u:object_r:video_device:s0 /dev/ttyFIQ0 u:object_r:console_device:s0 @@ -27,3 +26,6 @@ # In Samsung Tuna Board, ttyO0 is for uart driver. gps_device is device specific /dev/ttyO0 u:object_r:gps_device:s0 + +# surface flinger +/dev/dsscomp u:object_r:graphics_device:s0 \ No newline at end of file -- cgit v1.1