▲ | 0xbadcafebee 7 days ago | |||||||
It would be cool to have a repo with suggested hardening for common services, since there's so many different hardening options. One of the things you might notice from lots of users using common suggestions, is that the permissions often need to be opened up more than you'd think, to support edge cases. | ||||||||
▲ | c0balt 7 days ago | parent [-] | |||||||
> It would be cool to have a repo with suggested hardening for common services From packaging stuff for nixpkgs, a distro that often is without upstream support, it is usually very useful to look at how mainstream distro package services. Those hardening steps also tend to be well tested even if sometimes a bit lax. If you want to find out how, e. G., postgresql can be hardened, consider looking at the Debian, Ubuntu and/or RHEL packages as a starting point. | ||||||||
|