commit | c8ab25a202b4597b73f10b6d5e0e6117a9d14139 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Fri Mar 15 12:12:26 2019 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Fri Mar 15 12:16:03 2019 -0700 |
tree | b5c1b8ff872285420ae069c46f643e6126b91998 | |
parent | 723ccc2845ae66a3877f415b65f15db643910fef [diff] |
hikey960: Fix rtc0 hwtosys selinux denial Noticed the audit denial on rtc hwtosys file: 01-01 03:50:51.146 2877 2877 W system_server: type=1400 audit(0.0:13): avc: denied { read } for name="hctosys" dev="sysfs" ino=14546 scontext=u:r:system_server:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=0 So added this sepolicy change to address it. Change-Id: Ie1302cf15eaee63f395c34a16352e60152eb0bf0 Signed-off-by: John Stultz <john.stultz@linaro.org>