android_system_sepolicy/vendor/hal_power_stats_default.te
Benjamin Schwartz e7040eada0 Add power.stats HAL 1.0 sepolicy
Also giving statsd permission to access it. This change copies the internal sepolicy to AOSP.

Bug: 111185513
Bug: 120551881
Test: make
Change-Id: I7e0386777e05580299caf9b97cb7804459f1a9d0
2018-12-11 00:11:08 +00:00

6 lines
218 B
Plaintext

type hal_power_stats_default, domain;
hal_server_domain(hal_power_stats_default, hal_power_stats)
type hal_power_stats_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_power_stats_default)