Side car enablement for daemon set pods using istio

I am trying to inject side car for all the pods to apply authorization policies in order to block internal traffic communication in the cluster.
Currently I’m facing issues with daemon set pods, is there any way we can apply side car for daemon set pods? or any other approach we can restrict traffic using istio for daemon set pods?