aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/mtk_6620_launcher.te
blob: 064e4f5c3f82a4130c37d2239406f6c74a7a46c1 (plain) (blame)
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
# ==============================================
# 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)