-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sepolicy for mapper5 stable-c interface
Tests done: - Android boot in BM & GVT-d config - adb reboot Tracked-On: OAM-124485 Tracked-On: OAM-124524 Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
- Loading branch information
1 parent
353320f
commit b4116fc
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# "mapper/minigbm" represents "mapper.minigbm.so" which is a minigbm | ||
# implementation of mapper5 stable-c interface. This corresponds to the | ||
# VINTF manifest declaration: | ||
# <hal format="native"> | ||
# <name>mapper</name> | ||
# <version>5.0</version> | ||
# <interface> | ||
# <instance>minigbm</instance> | ||
# </interface> | ||
# </hal> | ||
# Note that native/passthrough HALs use the "{type}/{instance}" pattern from | ||
# SEPolicy perspective and are looked up via the corresponding filename | ||
# "{type}.{instance}.so". | ||
mapper/minigbm u:object_r:hal_graphics_mapper_service:s0 |