Commit Graph

2 Commits

Author SHA1 Message Date
Nalin Dahyabhai 79bc4a3888 Don't bother telling codespell to skip files that don't exist
The Makefile was telling codespell to skip files that have been moved
around or renamed.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2022-07-22 11:20:01 -04:00
Nalin Dahyabhai 62954c89c0 Set user namespace defaults correctly for the library
Set the default for user namespaces correctly for callers that don't use
our CLI, e.g. OpenShift or our own tutorials.  When we don't do that,
commands invoked through RUN instructions can see weird things, in this
case an empty /sys/fs/cgroup directory.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2022-07-22 09:38:56 -04:00