aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/matv.te
blob: 3f83ad9ddc37202e73cf0b5a1073e08d0395ac4d (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
# ==============================================
# Policy File of /system/binmatv Executable File 


# ==============================================
# Type Declaration
# ==============================================

type matv_exec , exec_type, file_type;
type matv ,domain;

# ==============================================
# Android Policy Rule
# ==============================================

# ==============================================
# NSA Policy Rule
# ==============================================

# ==============================================
# MTK Policy Rule
# ==============================================
binder_use(matv)

#permissive matv;
init_daemon_domain(matv)
#unconfined_domain(matv)