I just want to find sepolicy files like the image, not others, can fd do this ?

fd '^selinux$'
... or use a glob-based search:
fd -g selinux
I think it would be a good idea to add this example to the README. https://github.com/sharkdp/fd#tutorial
Most helpful comment
fd '^selinux$'