mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: sepolicy: Allow timekeep to read since_epoch
Change-Id: I66af18e6c82f8ea6a2951a93e468f2533432b3c7
This commit is contained in:
parent
3c733e2cc6
commit
dafcd292e6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue