Mon, 23 Mar 2020 11:29:13 -0400 Todd Zullinger <tmz@xxxxxxxxx>: > > You could boot from some Live distro (Fedora Workstation Live will > > do), mount your root partition inside /mnt/fedora/root and do > > something like: > > > > find /mnt/fedora/root/usr/bin/ -type f -exec chmod 755 {} \; > > If you ran that command you would break all the setuid files > (as well as just making a few files more widely accessible > than they are intended, which you noted). :) > > The `rpm --restore` command might be more convenient¹. It > could be run for all the packages owning the files under > /usr/bin, something like: > > find /usr/bin -type f -exec rpm -qf {} + | sort -u | > xargs -r rpm --restore Thank You. I totally forgot about that. -- Łukasz Posadowski _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx