Skip to content

Commit

Permalink
selinux: Don't reset inherited system-wide configs
Browse files Browse the repository at this point in the history
Change-Id: Ia23596bc4ad8a1fe7673188434b7327528e07c06
  • Loading branch information
rmcc committed Nov 2, 2013
1 parent 6295bc6 commit 5ad50bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BoardCommonConfig.mk
Expand Up @@ -137,10 +137,10 @@ BOARD_VOLD_DISC_HAS_MULTIPLE_MAJORS := true
TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/s3c-usbgadget/gadget/lun%d/file"

# Selinux
BOARD_SEPOLICY_DIRS := \
BOARD_SEPOLICY_DIRS += \
device/samsung/galaxys2-common/selinux

BOARD_SEPOLICY_UNION := \
BOARD_SEPOLICY_UNION += \
device.te \
domain.te \
file.te \
Expand Down

0 comments on commit 5ad50bc

Please sign in to comment.