[ALPS04027706] PQ: revise SELinux policy

Remove PQ SELinux policy for Android P untrusted_app.

MTK-Commit-Id: 74f837b0da64d6b7f7450d9827750486613ff803

Change-Id: I185c8c6d81d17d24af43459d1b333ac9a71d01f1
CR-Id: ALPS04027706
Feature: Display Quality Enhancement
(cherry picked from commit 031a84a9d8da7c704c405380da45cba1c6635bb4)
This commit is contained in:
Josh-YC Liu 2020-01-18 10:05:25 +08:00
parent 9611223a28
commit 5f38aed9a3
2 changed files with 1 additions and 7 deletions

View File

@ -25,7 +25,7 @@ type nvram_agent_binder_hwservice, hwservice_manager_type;
# Date: 2017/07/19 # Date: 2017/07/19
# PQ HIDL # PQ HIDL
type mtk_hal_pq_hwservice, untrusted_app_visible_hwservice, hwservice_manager_type; type mtk_hal_pq_hwservice, hwservice_manager_type;
# Date: 2017/07/20 # Date: 2017/07/20
# keymaster attestation hidl # keymaster attestation hidl

View File

@ -26,9 +26,3 @@ allow untrusted_app_25 sysfs_batteryinfo:dir search;
allow untrusted_app_25 sysfs_batteryinfo:file { getattr open read }; allow untrusted_app_25 sysfs_batteryinfo:file { getattr open read };
allow untrusted_app_25 sysfs_therm:dir { open read search }; allow untrusted_app_25 sysfs_therm:dir { open read search };
allow untrusted_app_25 sysfs_therm:file { getattr open read }; allow untrusted_app_25 sysfs_therm:file { getattr open read };
# Date : WK17.39
# Stage: O Migration, SQC
# Purpose: Allow to use HAL PQ
allow untrusted_app_25 mtk_hal_pq_hwservice:hwservice_manager find;
allow untrusted_app mtk_hal_pq_hwservice:hwservice_manager find;