Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage.conf: Don't specify nodev by default
This reverts the default value of 8b1a0f8 but not the ability to specify options. Doing `nodev` on `/` breaks previously valid configurations, such as using `mock` inside a privileged container. While it's easy for such containers to learn to `mount -o remount,dev /`, it's a needless compatibility break. Rather, e.g. podman should learn to inject it only if it's known safe to do so (e.g. the target container doesn't have CAP_MKNOD anyways).
- Loading branch information