OSDN Git Service

Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
authorStephen Smalley <sds@tycho.nsa.gov>
Wed, 29 Apr 2015 13:55:08 +0000 (09:55 -0400)
committerStephen Smalley <sds@tycho.nsa.gov>
Wed, 29 Apr 2015 13:55:08 +0000 (09:55 -0400)
commit21ebc213bb3717ec3e692991eeadc423113943ab
treef63ecb788afab493d845cbb8fc1756eca0c1822b
parentd2ef36ecbd0ab4c227f51c817869c423eecbdc4d
Define BOARD_SEPOLICY_DIRS for 64-bit emulators.

Define BOARD_SEPOLICY_DIRS for the arm64, mips64, and x86_64
emulator targets.  As a first cut, simply inherit from the
existing policy directories used for generic and generic_x86.
We may need further board-specific policy added for these targets
but testing will require first enabling SELinux in the relevant
kernel configs.

Change-Id: I7b4459b32298698fc2908cbbdd0e3afadbe5ac24
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
target/board/generic_arm64/BoardConfig.mk
target/board/generic_mips64/BoardConfig.mk
target/board/generic_x86_64/BoardConfig.mk