Hi,
This setting allows the container to have unlimited access to hardware resources of the host (maybe more, see disclaimer).
I discovered this when limiting access to a GPU, reason power savings, but this is bigger:
If the container gets compromised, in my example it is possible to abuse the GPU (mining for instance) while this access is not needed.
Privileged: true can be changed to specifically the parts really needed, leaving a safer environment.
Disclaimer: I am not very deep in containerization and security, I tripped over this setting while reducing power usage in my system, not even blaming this container, but noticing this container has this access and therefore potentially this risk.