-
Notifications
You must be signed in to change notification settings - Fork 98
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 get and set of vendor.mesa.anv.queue.override
vendor.mesa.anv.queue.override is set in init.rc and read by mesa. Tests done: - Android boot with angle and vulkan as backend - Video playback and recording - adb reboot Tracked-On: OAM-126014 Signed-off-by: JeevakaPrabu <[email protected]>
- Loading branch information
1 parent
68f251d
commit d06a5dc
Showing
4 changed files
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
allow domain sysfs_app_readable:dir search; | ||
get_prop(coredomain, vendor_graphics_mesa_prop) |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
vendor_internal_prop(vendor_graphics_hwcomposer_prop) | ||
vendor_public_prop(vendor_graphics_gles_prop) | ||
vendor_restricted_prop(vendor_graphics_mesa_prop) |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
vendor.hwcomposer.edid. u:object_r:vendor_graphics_hwcomposer_prop:s0 | ||
vendor.gles. u:object_r:vendor_graphics_gles_prop:s0 | ||
vendor.mesa. u:object_r:vendor_graphics_mesa_prop:s0 |
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