summaryrefslogtreecommitdiff
path: root/sepolicy/app.te
blob: 6b6a990f69e29a42a6011d3a1571f69ef2bf9cfd (plain)
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


# ==============================================
# MTK Policy Rule
# ==============================================


# Date: wk14.40
# Operation : SQC
# Purpose : [ALPS01756200] wwop boot up fail
allow appdomain custom_file:dir { search getattr open read };
allow appdomain custom_file:file { read open getattr};

# Date : 2015/10/15
# Operation: Migration
# Purpose: rgx need fifo permission
allow appdomain surfaceflinger:fifo_file rw_file_perms;

# Date : 2015/06/12
# Operation: TEEI integration
# Purpose: access for fp device and client device of TEEI
allow appdomain teei_fp_device:chr_file rw_file_perms;
allow appdomain teei_client_device:chr_file rw_file_perms;

# Data: 2015/10/28
# Stage: SQC
# Purpose: [SystemUI] Allow IMG GPU to touch sw_sync
allow appdomain sw_sync_device:chr_file { read write getattr open ioctl };