1# ============================================== 2# MTK Policy Rule 3# ============ 4 5# Date : WK14.32 6# Operation : Migration 7# Purpose : for playing boot tone 8allow bootanim mediaserver:binder {call transfer}; 9allow bootanim mediaserver_service:service_manager find; 10 11# Purpose : for playing bootanimation audio 12allow bootanim audioserver:binder {call transfer}; 13allow bootanim audioserver_service:service_manager find; 14 15# Date : WK14.37 16# Operation : Migration 17# Purpose : for opetator 18allow bootanim property_socket:sock_file write; 19allow bootanim init:unix_stream_socket connectto; 20allow bootanim debug_prop:property_service set; 21 22# Date : WK14.46 23# Operation : Migration 24# /data/resource-cache 25allow bootanim resourcecache_data_file:dir search; 26allow bootanim resourcecache_data_file:file { read getattr open }; 27 28# Data : WK16.42 29# Operator: Whitney bring up 30# Purpose: call surfaceflinger due to powervr 31allow bootanim surfaceflinger:fifo_file rw_file_perms; 32 33# Date : W16.42 34# Operation : Integration 35# Purpose : DRM / DRI GPU driver required 36 37allow bootanim gpu_device:dir search; 38 39#============= bootanim ============== 40#allow bootanim debugfs_tracing:file write; 41 42#============= bootanim ============== 43#allow bootanim debugfs_tracing:file open; 44