I’m running openSUSE on a gateway server and would like to remove read permissions wherever practical. I’m tempted to do something like chmod -R o-r /* but then I thought, “What if a vital service needs to read one of these files?”
So, that’s why I’ve created this thread. If I do this, am I going to stop my server booting/working? How can I determine what files need global read permissions?