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/system_server.te | |
parent | b9bf6f9d31a016f8b34d389c46cd53e246c4eee8 (diff) |
z2plus: update sepolicy
Change-Id: I86ab87016e118cfff8b9debc9c38327326b9bc69
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 7bd7016..fcc0fce 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -4,3 +4,4 @@ allow system_server proc_touchpanel:file rw_file_perms; allow system_server sensors_persist_file:file r_file_perms; allow system_server sensors_persist_file:dir search; allow system_server proc_stat:file r_file_perms; +get_prop(system_server, diag_prop); |