device/generic/x86
修訂 | 770d2c13c1211222cc71f6ec67e8ff4f7a8fad52 (tree) |
---|---|
時間 | 2014-07-10 02:22:23 |
作者 | Nick Kralevich <nnk@goog...> |
Commiter | Nick Kralevich |
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
@@ -36,14 +36,19 @@ BOARD_FLASH_BLOCK_SIZE := 512 | ||
36 | 36 | TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true |
37 | 37 | |
38 | 38 | BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy |
39 | +BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy | |
40 | + | |
39 | 41 | BOARD_SEPOLICY_UNION += \ |
40 | 42 | bootanim.te \ |
41 | 43 | device.te \ |
42 | 44 | domain.te \ |
43 | 45 | file.te \ |
44 | 46 | file_contexts \ |
47 | + healthd.te \ | |
48 | + installd.te \ | |
45 | 49 | qemud.te \ |
46 | 50 | rild.te \ |
47 | 51 | shell.te \ |
48 | 52 | surfaceflinger.te \ |
49 | - system_server.te | |
53 | + system_server.te \ | |
54 | + zygote.te |