Change-Id: Ic78db8195c5c51f85c9c6fd3ef8333489afd6e79 MTK-Commit-Id: 848bf57127be9d01fd1df4aab95737855456afee
16 lines
474 B
Plaintext
16 lines
474 B
Plaintext
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
|
|
# Date : WK16.33
|
|
# Purpose: Allow to access ged for gralloc_extra functions
|
|
allow mediadrmserver proc_ged:file {open read write ioctl getattr};
|
|
|
|
|
|
|
|
|
|
# Date : WK17.28
|
|
# Operation : MT6757 SQC
|
|
# Purpose : Change thermal config
|
|
allow mediaserver mtk_thermal_config_prop:file { getattr open read };
|
|
allow mediaserver mtk_thermal_config_prop:property_service set; |