• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86


Commit MetaInfo

修訂770d2c13c1211222cc71f6ec67e8ff4f7a8fad52 (tree)
時間2014-07-10 02:22:23
作者Nick Kralevich <nnk@goog...>
CommiterNick Kralevich

Log Message

x86 should inherit from x86 emulator rules

We were only inheriting from the generic emulator rules,
not the x86 rules too. This was causing lots of SELinux denials.

Bug: 16101432
Change-Id: Ib6f1f01c20c857e0ba97747e6a390281d319e1d6

Change Summary

差異

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -36,14 +36,19 @@ BOARD_FLASH_BLOCK_SIZE := 512
3636 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
3737
3838 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
39+BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
40+
3941 BOARD_SEPOLICY_UNION += \
4042 bootanim.te \
4143 device.te \
4244 domain.te \
4345 file.te \
4446 file_contexts \
47+ healthd.te \
48+ installd.te \
4549 qemud.te \
4650 rild.te \
4751 shell.te \
4852 surfaceflinger.te \
49- system_server.te
53+ system_server.te \
54+ zygote.te