Bug: 183233052 Test: Verified regular and direct report sampling on Raven with shared memory transport enabled. Test: See details in testing done comment in https://googleplex-android-review.git.corp.google.com/14144079 . Change-Id: Ia852a4a9ca6e8eacb0fb465884d17f95445a6822
14 lines
295 B
Text
14 lines
295 B
Text
#
|
|
# USF SELinux type enforcement macros.
|
|
#
|
|
|
|
#
|
|
# usf_low_latency_transport(domain)
|
|
#
|
|
# Allows domain use of the USF low latency transport.
|
|
#
|
|
define(`usf_low_latency_transport', `
|
|
allow $1 hal_graphics_mapper_hwservice:hwservice_manager find;
|
|
hal_client_domain($1, hal_graphics_allocator)
|
|
')
|
|
|