fdf1aff5ad
* Enable use of radish via netd for ipv6 tethering Change-Id: Ifa0e85686fc70f59c089ca40a78cea9935820185
20 lines
336 B
Makefile
20 lines
336 B
Makefile
#
|
|
# 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 \
|
|
fs_use \
|
|
genfs_contexts \
|
|
seapp_contexts \
|
|
installd.te \
|
|
netd.te \
|
|
ueventd.te \
|
|
vold.te \
|
|
mac_permissions.xml
|