```
For normal users, --no-same-owner is default, but not so for root, where
it is assumed that root can change ownership willy-nilly. This is not
the case for privilege-limited container environments where we gaslight
the process into thinking it's root.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/15881 | PR15881]].