summaryrefslogtreecommitdiff
path: root/plat_private/bootanim.te
blob: 76b93b04f1c08d5e7015613ad4ea9eb69f45718d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ==============================================
# MTK Policy Rule
# ============

# Date : WK14.32
# Operation : Migration
# Purpose : for playing boot tone
allow bootanim mediaserver:binder {call transfer};
allow bootanim mediaserver_service:service_manager find;

# Purpose : for playing bootanimation audio
allow bootanim audioserver:binder {call transfer};
allow bootanim audioserver_service:service_manager find;

# Date : WK14.37
# Operation : Migration
# Purpose : for opetator
set_prop(bootanim, debug_prop)

# Date : WK14.46
# Operation : Migration
# /data/resource-cache
allow bootanim resourcecache_data_file:dir search;
allow bootanim resourcecache_data_file:file { read getattr open };

# Data : WK16.42
# Operator: Whitney bring up
# Purpose: call surfaceflinger due to powervr
allow bootanim surfaceflinger:fifo_file rw_file_perms;

# Date : W16.42
# Operation : Integration
# Purpose : DRM / DRI GPU driver required

allow bootanim gpu_device:dir search;

#============= bootanim ==============
#allow bootanim debugfs_tracing:file write;

#============= bootanim ==============
#allow bootanim debugfs_tracing:file open;