• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
18set_prop(bootanim, debug_prop)
19
20# Date : WK14.37
21# Operation : Migration
22# Purpose : for opetator
23set_prop(bootanim, system_mtk_bootani_prop)
24
25# Date : WK14.46
26# Operation : Migration
27# /data/resource-cache
28allow bootanim resourcecache_data_file:dir search;
29allow bootanim resourcecache_data_file:file { read getattr open };
30
31# Data : WK16.42
32# Operator: Whitney bring up
33# Purpose: call surfaceflinger due to powervr
34allow bootanim surfaceflinger:fifo_file rw_file_perms;
35
36# Date : W16.42
37# Operation : Integration
38# Purpose : DRM / DRI GPU driver required
39
40allow bootanim gpu_device:dir search;
41
42#============= bootanim ==============
43#allow bootanim debugfs_tracing:file write;
44
45#============= bootanim ==============
46#allow bootanim debugfs_tracing:file open;
47