aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/dumpstate.te
blob: be4bbfc07fc8a0ff71e94f0eac62d1c24bdcbc0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ==============================================
# MTK Policy Rule
# ==============================================

# Date : WK14.33
# Operation : Bugreport UT
# Purpose : add dumpstate policy rule

#allow dumpstate init:binder call;
allow dumpstate mtkbt:binder call;
allow dumpstate MtkCodecService:binder call;
allow dumpstate nvram_agent_binder:binder call;
allow dumpstate ppl_agent:binder call;
allow dumpstate GoogleOtaBinder:binder call;

allow dumpstate dontpanic_data_file:dir search;
allow dumpstate guiext-server:binder call;