A user called barchie contacted me about an issue with isos, turns out that overlay files are still marked as mrgreen:http. Basically I run source files from my /home directory and thought that my build script changed them during creation of iso.
Have fixed and uploaded a new iso, removed old versions.
This should fix issue on older installs:
sudo find / -user mrgreen -exec chown root:root {} \;
As it reads it will find file in / that are owned by mrgreen and change them to root. It should not affect /home/
If you wish to just search overlay files that are affected then they can be found in /etc /usr ….