From 51fa64d7f5fe360b49cae1f6f502184a189a1dbb Mon Sep 17 00:00:00 2001 From: Marcus Huang Date: Sat, 18 Jan 2020 10:21:51 +0800 Subject: [PATCH] [ALPS04760813] Remove high risk SEPolicy Remove it first; user has to add it back later with specified file. MTK-Commit-Id: b01231f987504c3e0826537cb126f7a4c5cfe715 Change-Id: I03a2ffd9b109f8712fc2c7b37cf335ba0f1daadc CR-Id: ALPS04760813 Feature: H.264 Encoder --- non_plat/mediacodec.te | 1 - 1 file changed, 1 deletion(-) diff --git a/non_plat/mediacodec.te b/non_plat/mediacodec.te index 8091280..b582ccc 100644 --- a/non_plat/mediacodec.te +++ b/non_plat/mediacodec.te @@ -17,7 +17,6 @@ allow mediacodec Vcodec_device:chr_file rw_file_perms; # Purpose : VP & VR dump and debug allow mediacodec M4U_device_device:chr_file rw_file_perms; allow mediacodec proc:file r_file_perms; -allow mediacodec sysfs:file {read write open}; allow mediacodec debugfs_binder:dir search; allow mediacodec MTK_SMI_device:chr_file { ioctl read open }; allow mediacodec storage_file:lnk_file {read write open};