Created new files for the respective sepolicies that were in misc.te
diff --git a/sepolicy/time_daemon.te b/sepolicy/time_daemon.te
new file mode 100644
index 0000000..b6586f4
--- /dev/null
+++ b/sepolicy/time_daemon.te
@@ -0,0 +1,3 @@
+#============= time_daemon ==============
+allow time_daemon time_data_file:dir remove_name;
+allow time_daemon time_data_file:file getattr;