diff options
author | mnemonyc <mnemonyc@hotmail.com> | 2016-12-23 23:19:42 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-08 05:35:09 +0100 |
commit | e0d8e01de438f062a5437561df26f510c1d5040c (patch) | |
tree | a2fa3495a48d6f907fd6d83169c6af8e012ed2aa /sepolicy/thermal-engine.te | |
parent | b9bf6f9d31a016f8b34d389c46cd53e246c4eee8 (diff) |
z2plus: update sepolicy
Change-Id: I86ab87016e118cfff8b9debc9c38327326b9bc69
Diffstat (limited to 'sepolicy/thermal-engine.te')
-rw-r--r-- | sepolicy/thermal-engine.te | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sepolicy/thermal-engine.te b/sepolicy/thermal-engine.te index 525394e..95382bf 100644 --- a/sepolicy/thermal-engine.te +++ b/sepolicy/thermal-engine.te @@ -1,3 +1,2 @@ set_prop(thermal-engine, diag_prop) -allow thermal-engine init:unix_stream_socket connectto; -allow thermal-engine property_socket:sock_file write; +allow thermal-engine sysfs_batteryinfo:file r_file_perms; |