mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-31 06:52:27 +00:00
Bug: 36463595 Test: lunch walleye-userdebug && make -j48 sepolicy Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1 Signed-off-by: Sandeep Patil <sspatil@google.com>
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
type adsprpcd, domain;
|
|
type adsprpcd_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(adsprpcd)
|
|
|
|
allow adsprpcd ion_device:chr_file r_file_perms;
|
|
allow adsprpcd qdsp_device:chr_file r_file_perms;
|
|
|
|
allow adsprpcd system_file:dir r_dir_perms;
|
|
|
|
userdebug_or_eng(`
|
|
permissive adsprpcd;
|
|
')
|