msm8976-common: sepolicy: Allow timekeep to read since_epoch

Change-Id: I66af18e6c82f8ea6a2951a93e468f2533432b3c7
This commit is contained in:
LuK1337 2019-01-19 12:52:51 +01:00
parent 3c733e2cc6
commit dafcd292e6
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ allow timekeep self:capability { fowner sys_time };
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;
allow timekeep sysfs_rtc:dir search;
allow timekeep sysfs_rtc:file r_file_perms;