We want to allow tools like podman/buildah to override default storage
container mount options on a container by container basis.
For example if the default mount options for containers/storage include
nodev or nosuid, we want to allow podman to turn these off if the user
specifies --privileged.
We also might want to turn off certain user namespace flags that will cause
buildah and podman build to work slower when creating container images.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Make sure that tests for changes and diff generation include creating
subdirectories of directories that are inherited from a parent layer.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>