[ALPS04394576] MT6739:cameraserver sepolicy issue

[Detail]
Sepolicy ioctl configure is changed after Q, we modify
cameraserver ioctl configure.

MTK-Commit-Id: 26f6cde989b082ee36067c3e01bdfd1855db046b

Change-Id: I59489c6ee27a9bb7913d0b49cdaa4e281024cb42
CR-Id: ALPS04394576
Feature: [Android Default] Camera Application Basic Functions
This commit is contained in:
Boru Zhao 2020-01-18 10:10:22 +08:00
parent 9ab7604179
commit 9f06829adb

View File

@ -355,4 +355,8 @@ allow cameraserver debugfs_ion:dir search;
# Operation : MT6771 SQC
# Purpose: Allow permgr access
allow cameraserver proc_perfmgr:dir {read search};
allow cameraserver proc_perfmgr:file {open read ioctl};
allow cameraserver proc_perfmgr:file r_file_perms;
allowxperm cameraserver proc_perfmgr:file ioctl {
GED_BRIDGE_IO_BOOST_GPU_FREQ
GED_BRIDGE_IO_LOG_BUF_WRITE
};