diff --git a/non_plat/platform_app.te b/non_plat/platform_app.te index 70874f0..2aec027 100644 --- a/non_plat/platform_app.te +++ b/non_plat/platform_app.te @@ -100,8 +100,10 @@ hal_client_domain(platform_app, mtk_hal_log) # Operation : Migration # Purpose : MTKLogger need get netlog/mdlog/mobilelog property for property change # Package: com.mediatek.mtklogger -allow platform_app debug_mdlogger_prop:file { read getattr open }; -allow platform_app debug_mtklog_prop:file { read getattr open }; +# allow platform_app debug_mdlogger_prop:file r_file_perms; +# allow platform_app debug_mtklog_prop:file r_file_perms; +get_prop(platform_app, debug_mdlogger_prop) +get_prop(platform_app, debug_mtklog_prop) get_prop(platform_app, vendor_bluetooth_prop) get_prop(platform_app, mobile_log_prop)