Files
device_google_wahoo/sepolicy/per_proxy.te
Sandeep Patil 1f85c07202 make all vendor exec_types part of vendor_file_type
Bug: 36463595
Test: lunch walleye-userdebug && make -j48 sepolicy

Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-04-15 19:23:59 -07:00

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)