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.
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