mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 36463595 Test: lunch walleye-userdebug && make -j48 sepolicy Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1 Signed-off-by: Sandeep Patil <sspatil@google.com>
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
# This daemon loads the Context Hub Runtime Environment (CHRE) dynamic modules
|
|
# onto the SLPI using FastRPC, and exposes a sockets interface for clients on
|
|
# the applications processor to interact CHRE
|
|
type chre, domain;
|
|
type chre_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(chre)
|
|
|
|
allow chre ion_device:chr_file { open read };
|
|
allow chre qdsp_device:chr_file { ioctl open read };
|
|
|
|
allow chre system_file:dir read;
|