diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-09-14 22:22:05 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-16 15:22:11 +0200 |
commit | 849a67f0b49aba827b642a8a1aca611d5a289f29 (patch) | |
tree | 3ad368dc3d1e0bb87a2879ac26543bc923061219 /sepolicy/time_daemon.te | |
parent | 4e7cfbca0e0367f6d9ffb84401da1213d6224413 (diff) |
msm8996: sepolicy: Address some denials
Change-Id: I8f4d9588573e48069d365b77b081f981b4948fbb
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/time_daemon.te')
-rw-r--r-- | sepolicy/time_daemon.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/time_daemon.te b/sepolicy/time_daemon.te index f7324a4..d586681 100644 --- a/sepolicy/time_daemon.te +++ b/sepolicy/time_daemon.te @@ -1,2 +1,3 @@ allow time_daemon sysfs_msm_subsys:dir search; allow time_daemon sysfs_soc:dir search; +allow time_daemon time_data_file:file { open read write }; |