Bug: 254378739 Test: boot, camera, google map, play youtube Change-Id: If8ee7c64c0f7534a7e918f36a0e785b0ee9cd11f
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)
|
|
')
|
|
|