suppress harmless log caused by race condition

03-23 11:37:27.436   747   747 I auditd  : type=1400 audit(0.0:11): avc: denied { search } for comm="time_daemon" name="/" dev="dm-6" ino=3 scontext=u:r:time_daemon:s0 tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=0
Bug: 147718814
Test: boot to home with no such log

Change-Id: I39adfd750de3074f7a18b0ec75c3ff9c637a7696
Merged-In: Ia98d1c39af5b661a777b66c2de524a923244eaf5
diff --git a/vendor/qcom/common/time_daemon.te b/vendor/qcom/common/time_daemon.te
index e7a8f9c..f96f8b5 100644
--- a/vendor/qcom/common/time_daemon.te
+++ b/vendor/qcom/common/time_daemon.te
@@ -30,3 +30,4 @@
 get_prop(time_daemon, vendor_time_service_prop);
 
 dontaudit time_daemon kernel:system module_request;
+dontaudit time_daemon unlabeled:dir search;