Merge "[ALPS04401451] Fix ioctl permission issue for cameraserver" into alps-trunk-q0.basic

Change-Id: Idbceb6f115c78b548cdf10b74b0ca8070682d2cf
MTK-Commit-Id: 8f58167ddaa5256094a029c9d49c28b843769e58
This commit is contained in:
Marx Chiu (邱弘志) 2020-01-18 10:10:21 +08:00 committed by Gerrit Code Review
commit 9ab7604179

View File

@ -294,7 +294,8 @@ allow cameraserver gpu_device:dir search;
# Date : WK16.33 # Date : WK16.33
# Purpose: Allow to access ged for gralloc_extra functions # 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 # Date : WK16.33
# Operation : Migration # Operation : Migration