msm8976-common: sepolicy: Allow timekeep to read "since_epoch"

* We don't really need to relabel it since we trust
  timekeep as it's just a simple OSS program.
This commit is contained in:
LuK1337 2017-12-20 13:29:09 +01:00
parent eee9f90a82
commit 6cc79a1df7
1 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,6 @@ allow timekeep self:capability {
allow timekeep time_data_file:file create_file_perms;
allow timekeep time_data_file:dir create_dir_perms;
allow timekeep sysfs:file r_file_perms;
set_prop(timekeep, timekeep_prop)