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)
committerNick Kralevich <nnk@google.com>
Mon, 11 May 2015 17:46:51 +0000 (10:46 -0700)
commit901d792cbfa65915b9cdf79fcbb4055eb0f29282
tree076f2de38ee1b23d6bb846dd18981f764a11ce11
parentf3282b4a7fda46dfb546f2822e0f2081b4ced7ff
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.

(cherrypicked from commit 21ebc213bb3717ec3e692991eeadc423113943ab)

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