diff options
Diffstat (limited to 'sepolicy/mtk_6620_launcher.te')
| -rw-r--r-- | sepolicy/mtk_6620_launcher.te | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sepolicy/mtk_6620_launcher.te b/sepolicy/mtk_6620_launcher.te new file mode 100644 index 0000000..064e4f5 --- /dev/null +++ b/sepolicy/mtk_6620_launcher.te @@ -0,0 +1,29 @@ +# ============================================== +# Policy File of /system/binmtk_6620_launcher Executable File + + +# ============================================== +# Type Declaration +# ============================================== + +type mtk_6620_launcher_exec , exec_type, file_type; +type mtk_6620_launcher ,domain; + +# ============================================== +# Android Policy Rule +# ============================================== + +# ============================================== +# NSA Policy Rule +# ============================================== + +# ============================================== +# MTK Policy Rule +# ============================================== + +allow mtk_6620_launcher wmt_prop:property_service set; +allow mtk_6620_launcher init:unix_stream_socket connectto; +allow mtk_6620_launcher property_socket:sock_file write; +allow mtk_6620_launcher stpwmt_device:chr_file { read write ioctl open }; +allow mtk_6620_launcher devpts:chr_file { read write }; +init_daemon_domain(mtk_6620_launcher) |
