aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/ccci_rpcd.te
blob: accd85f26640d517bb5043a3f6c9510cfa3b9dca (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
33
34
# ==============================================
# Policy File of /system/binccci_fsd Executable File 


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

type ccci_rpcd_exec, exec_type, file_type;
type ccci_rpcd, domain;

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

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

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

#permissive ccci_rpcd;
init_daemon_domain(ccci_rpcd)
#unconfined_domain(ccci_rpcd)

wakelock_use(ccci_rpcd)
#============= ccci_rpcd ==============
allow ccci_rpcd ccci_device:chr_file rw_file_perms;
allow ccci_rpcd block_device:dir search;
allow ccci_rpcd platformblk_device:dir search;
allow ccci_rpcd platformblk_device:blk_file { open read write };
allow ccci_rpcd misc2_device:chr_file { open read write };