2020-01-18 09:29:32 +08:00
|
|
|
# ==============================================
|
|
|
|
# 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 };
|
2020-01-18 09:47:42 +08:00
|
|
|
allow mediaserver mtk_thermal_config_prop:property_service set;
|
2020-01-18 09:48:37 +08:00
|
|
|
|
|
|
|
# Date : WK18.20
|
|
|
|
# Operation : Migration
|
|
|
|
# Purpose : no permission for vendor_default_prop
|
|
|
|
get_prop(mediadrmserver, vendor_default_prop)
|