Add state migration setuid script chown-states.sh
This merge request adds script to automatically chown docker volume to the debian-tor user.
I finally get the state migration working. The setuid was not working because of how linux treat script and binary differently when it comes to setuid. (The kernel must support fexecve for additional protection )