summaryrefslogtreecommitdiffstats
path: root/common/time_daemon.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/time_daemon.te')
-rw-r--r--common/time_daemon.te9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/time_daemon.te b/common/time_daemon.te
index 5f64ec5f..20d9dbf5 100644
--- a/common/time_daemon.te
+++ b/common/time_daemon.te
@@ -16,4 +16,13 @@ allow time_daemon time_data_file:dir w_dir_perms;
allow time_daemon self:socket create_socket_perms;
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);
+
+userdebug_or_eng(`
+ diag_use(time_daemon)
+')