Loading
treewide: remove nobody/nogroup from examples
The nobody/nogroup pair of should only ever be used by NFS to map remote uid/guids that are missing locally. Every other use is an abuse and generally a security concern. Specifically, they're NOT some special user/group that can be used to run programs without giving them any privileges. In fact, the opposite is true: the more programs you run as nobody/nogroup the more valuable files and resources become accessible to "nobody" and consequently exposed to a potentially compromised program. This removes mentions of nobody/nogroup from documentation and examples.