blob: 194fd9a9daccb67538b2c4a51a1b5729ffe0e660 (
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
30
31
32
33
34
35
36
37
38
|
#
# This policy configuration will be used by all products that
# inherit from CM
#
BOARD_SEPOLICY_DIRS += \
vendor/cm/sepolicy
BOARD_SEPOLICY_UNION += \
file.te \
file_contexts \
genfs_contexts \
property_contexts \
seapp_contexts \
service_contexts \
adbd.te \
app.te \
auditd.te \
bootanim.te \
drmserver.te \
healthd.te \
hostapd.te \
installd.te \
mediaserver.te \
netd.te \
property.te \
recovery.te \
shell.te \
su.te \
sysinit.te \
system.te \
system_app.te \
ueventd.te \
uncrypt.te \
userinit.te \
vold.te \
zygote.te \
mac_permissions.xml
|