diff options
Diffstat (limited to 'sepolicy/dumpstate.te')
| -rw-r--r-- | sepolicy/dumpstate.te | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sepolicy/dumpstate.te b/sepolicy/dumpstate.te new file mode 100644 index 0000000..be4bbfc --- /dev/null +++ b/sepolicy/dumpstate.te @@ -0,0 +1,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; + |
