diff options
Diffstat (limited to 'sepolicy/time_daemon.te')
-rw-r--r-- | sepolicy/time_daemon.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/time_daemon.te b/sepolicy/time_daemon.te index d586681..3896a0a 100644 --- a/sepolicy/time_daemon.te +++ b/sepolicy/time_daemon.te @@ -1,3 +1,5 @@ allow time_daemon sysfs_msm_subsys:dir search; +allow time_daemon sysfs_msm_subsys:file { getattr open read setattr }; allow time_daemon sysfs_soc:dir search; allow time_daemon time_data_file:file { open read write }; +allow time_daemon time_data_file:dir search; |