From 7e16e3c233b1b8baa32d45a558770829c386a3bb Mon Sep 17 00:00:00 2001 From: Jun Wang Date: Sat, 18 Jan 2020 10:21:55 +0800 Subject: [PATCH] [ALPS04870741] GPU: Add selinux policy for gpuservice [Detail] Add selinux policy for gpuservice for gts issue GtsGraphicsHostTestCases---com.google.android.graphics.gts.VulkanTest#checkVulkan1_1Requirements MTK-Commit-Id: b36a0ce9d20b7e39b4c932335842a861b00f676e Change-Id: I163153bc1a9f1b8ebef6cb7dc2224e4a70762394 Feature: Vulkan CR-Id: ALPS04870741 --- non_plat/gpuservice.te | 1 + 1 file changed, 1 insertion(+) diff --git a/non_plat/gpuservice.te b/non_plat/gpuservice.te index 0fa7d06..33f698b 100644 --- a/non_plat/gpuservice.te +++ b/non_plat/gpuservice.te @@ -6,3 +6,4 @@ # Operation : Migration # Purpose : [ALPS04685294] com.google.android.graphics.gts.VulkanTest#checkVulkan1_1Requirements-fail allow gpuservice gpu_device:dir search; +allow gpuservice devpts:chr_file ioctl;