mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-30 13:28:09 +00:00
Bug: 36463595 Test: lunch walleye-userdebug && make -j48 sepolicy Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1 Signed-off-by: Sandeep Patil <sspatil@google.com>
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
# Policy for /system/bin/pm-proxy
|
|
type per_proxy, domain;
|
|
type per_proxy_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(per_proxy)
|
|
|
|
allow per_proxy per_mgr_service:service_manager find;
|
|
r_dir_file(per_proxy, sysfs_type)
|
|
|
|
# TODO(b/36570130): Remove this once per_proxy stops using Binder
|
|
typeattribute per_proxy binder_in_vendor_violators;
|
|
binder_use(per_proxy)
|
|
binder_call(per_proxy, per_mgr)
|