diff options
| author | Jun Wang <jun.wang@mediatek.com> | 2019-11-08 16:13:36 +0800 |
|---|---|---|
| committer | Jun Wang (王军) <jun.wang@mediatek.com> | 2019-11-11 14:00:39 +0800 |
| commit | b36a0ce9d20b7e39b4c932335842a861b00f676e (patch) | |
| tree | 6110b3388fa53116afb91831765b51053b31a008 | |
| parent | c793f3c90651b1fd483621e5795e41cf91cdf63e (diff) | |
| download | device_mediatek_wembley-sepolicy-b36a0ce9d20b7e39b4c932335842a861b00f676e.tar.gz device_mediatek_wembley-sepolicy-b36a0ce9d20b7e39b4c932335842a861b00f676e.tar.bz2 device_mediatek_wembley-sepolicy-b36a0ce9d20b7e39b4c932335842a861b00f676e.zip | |
[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
Change-Id: I163153bc1a9f1b8ebef6cb7dc2224e4a70762394
Feature: Vulkan
CR-Id: ALPS04870741
| -rw-r--r-- | non_plat/gpuservice.te | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
