blob: 8cd26001a4aca6e36bbe2970f98c150ec928e393 (
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
30
31
32
|
# ==============================================
# Policy File of /system/binvtservice Executable File
# ==============================================
# Type Declaration
# ==============================================
type vtservice_exec , exec_type, file_type;
type vtservice ,domain;
# ==============================================
# Android Policy Rule
# ==============================================
# ==============================================
# NSA Policy Rule
# ==============================================
# ==============================================
# MTK Policy Rule
# ==============================================
init_daemon_domain(vtservice)
binder_use(vtservice)
binder_call(vtservice, mediaserver)
binder_service(vtservice)
allow vtservice vtservice_service:service_manager add;
#unix_socket_connect(vtservice, volte_imsvt1, volte_imcb)
allow vtservice fuse:dir search;
allow vtservice fuse:file { read write open };
|