summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-09 21:52:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-09 21:52:07 -0700
commitf6882ff286804117b685cab01421f218474d652b (patch)
treee06eb0d8a92fcc0904105ee0b46843ad5b94f1d8
parent33976eddb60185447c86d9b2d63019d0ea244187 (diff)
parent60c91f93aaa167ece002829e85a35124a6a5da9e (diff)
downloadandroid_device_qcom_sepolicy-f6882ff286804117b685cab01421f218474d652b.tar.gz
android_device_qcom_sepolicy-f6882ff286804117b685cab01421f218474d652b.tar.bz2
android_device_qcom_sepolicy-f6882ff286804117b685cab01421f218474d652b.zip
Merge "Add search rights to persist file for time_daemon"
-rw-r--r--common/time_daemon.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/time_daemon.te b/common/time_daemon.te
index 89e74eb1..7598ab83 100644
--- a/common/time_daemon.te
+++ b/common/time_daemon.te
@@ -19,4 +19,6 @@ allow time_daemon self:capability { setuid setgid sys_time };
allow time_daemon persist_time_file:file create_file_perms;
allow time_daemon persist_time_file:dir w_dir_perms;
+allow time_daemon persist_file:dir search;
+
r_dir_file(time_daemon, sysfs_esoc);