Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
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)
|
|
')
|
|
|