diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-15 17:18:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 17:18:26 -0400 |
commit | 9efeb1cf290509caa4b0e3c206fe72d194d76a1e (patch) | |
tree | 653ee61a5086903531de11298859e1f1a45fe2e1 /rootless.md | |
parent | 6dcff5c32b4ed68378c6df7c6b0fd04a902dc405 (diff) | |
parent | d41985600901660c0397bcb1d18e0e2a603b7e56 (diff) | |
download | podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.tar.gz podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.tar.bz2 podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.zip |
Merge pull request #6903 from ashley-cui/problemlang
Fix & add notes regarding problematic language in codebase
Diffstat (limited to 'rootless.md')
-rw-r--r-- | rootless.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootless.md b/rootless.md index e5b71f0b9..e6f17a370 100644 --- a/rootless.md +++ b/rootless.md @@ -30,7 +30,7 @@ can easily fail * Only other supported driver is VFS. * No CNI Support * CNI wants to modify IPTables, plus other network manipulation that requires CAP_SYS_ADMIN. - * There is potential we could probably do some sort of blacklisting of the relevant plugins, and add a new plugin for rootless networking - slirp4netns as one example and there may be others + * There is potential we could probably do some sort of denylisting of the relevant plugins, and add a new plugin for rootless networking - slirp4netns as one example and there may be others * Cannot use ping out of the box. * [(Can be fixed by setting sysctl on host)](https://github.com/containers/libpod/blob/master/troubleshooting.md#6-rootless-containers-cannot-ping-hosts) * Requires new shadow-utils (not found in older (RHEL7/Centos7 distros) Should be fixed in RHEL7.7 release) |