In fedora distro while running oe-selftest for gcc, owner permessions of files in /etc/ssh/ is getting changed to "nobody nobody" as following "-rw-r--r--. 1 nobody nobody 581 Jan 10  2024 /etc/ssh/ssh_config.d/50-redhat.conf". Because of this we are getting bad owner permission's on /etc/ssh/ssh-config.d/5-redhat.conf. 
But in Ubuntu while running oe-selftest for gcc, owner permissions of files in /etc/ssh/  are  "root root" that why its working in Ubuntu. 

when checked with upstream they suggested this can happen if the tests run through systemd unit and if systemd unit have ProtectHome=yes or PrivateUsers=yes then this can make the ownership of the file appear to be nobody instead of root .
https://www.reddit.com/r/Fedora/comments/1dimh0i/bad_owner_or_permissions_on_etcsshssh/

we have tried in fedora docker and there also while running oe-selftest for gcc, we are having owner permissions of files in /etc/ssh/  are  "root root".

May be this is to be changed on fedora host machine(autobuilder?). 

Thanks,
Harish