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"
* 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:
parent
eee9f90a82
commit
6cc79a1df7
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue