diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-04 07:35:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 07:35:42 +0000 |
commit | a406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (patch) | |
tree | 2f9f1d8136f678db8eac44b21c454317bd1615ef /cmd | |
parent | b0abfc3cf624098525c7a4f7e1b7b6b59ad3156d (diff) | |
parent | 24fcfb5d9e1a4c92f386cd34b5c1f44a2676d116 (diff) | |
download | podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.gz podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.tar.bz2 podman-a406b950e4f8cf64bdd2c1e03a8480d4b5f97226.zip |
Merge pull request #14807 from eriksjolund/fix_read_only_spelling
[CI:DOCS] Fix spelling "read only" -> "read-only"
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman-mac-helper/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman-mac-helper/install.go b/cmd/podman-mac-helper/install.go index 7b8753820..713bdfcdf 100644 --- a/cmd/podman-mac-helper/install.go +++ b/cmd/podman-mac-helper/install.go @@ -193,7 +193,7 @@ func verifyRootDeep(path string) error { func installExecutable(user string) (string, error) { // Since the installed executable runs as root, as a precaution verify root ownership of - // the entire installation path, and utilize sticky + read only perms for the helper path + // the entire installation path, and utilize sticky + read-only perms for the helper path // suffix. The goal is to help users harden against privilege escalation from loose // filesystem permissions. // |