You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
370 B
20 lines
370 B
4 months ago
|
# add config variable for sepolicy
|
||
|
|
||
|
BOARD_SEPOLICY_DIRS += vendor/device/sepolicy/tvos_h
|
||
|
|
||
|
BOARD_SEPOLICY_UNION += \
|
||
|
file_contexts \
|
||
|
device.te \
|
||
|
kernel.te \
|
||
|
init.te \
|
||
|
udev.te \
|
||
|
shell.te \
|
||
|
teecd.te \
|
||
|
telnetd.te \
|
||
|
appmanserver.te\
|
||
|
devmanserver.te \
|
||
|
dtvserver.te \
|
||
|
mediaserver.te \
|
||
|
powermanserver.te \
|
||
|
webapp.te
|