[ALPS04401451] Fix ioctl permission issue for cameraserver

[Detail] Fix the ioctl permission issue for cameraserver

MTK-Commit-Id: 4c7eba0c71d5bb65f244095ca93596b28ba60ad8

Change-Id: Idca3ad9f37e6aa38375ed008647e81f525a77618
CR-Id: ALPS04401451
Feature: [Android Default] Camera Application Basic Functions
This commit is contained in:
Michael Lai 2020-01-18 10:10:20 +08:00
parent 74a77e408a
commit 682f71fd6d

View File

@ -294,7 +294,8 @@ allow cameraserver gpu_device:dir search;
# Date : WK16.33
# Purpose: Allow to access ged for gralloc_extra functions
allow cameraserver proc_ged:file {open read write ioctl getattr};
allow cameraserver proc_ged:file {open read write getattr};
allowxperm cameraserver proc_ged:file ioctl { GED_BRIDGE_IO_GE_GET };
# Date : WK16.33
# Operation : Migration