diff options
author | Yuping Zuo <zypA13510@users.noreply.github.com> | 2020-04-06 14:12:55 +0800 |
---|---|---|
committer | Yuping Zuo <zypA13510@users.noreply.github.com> | 2020-04-08 08:07:28 +0800 |
commit | af8332267985a94bb49ba142068bf0e8f8bc1cb0 (patch) | |
tree | 91fa755ad6c8e2dc9525d822531b175e7ec1047e /docs/source/markdown | |
parent | f7dffedeb610df662e69915fcff1bb37986baf55 (diff) | |
download | podman-af8332267985a94bb49ba142068bf0e8f8bc1cb0.tar.gz podman-af8332267985a94bb49ba142068bf0e8f8bc1cb0.tar.bz2 podman-af8332267985a94bb49ba142068bf0e8f8bc1cb0.zip |
man page: add note about issue with SELinux
Signed-off-by: Yuping Zuo <zypA13510@users.noreply.github.com>
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-generate-systemd.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-generate-systemd.1.md b/docs/source/markdown/podman-generate-systemd.1.md index 57ed9a5eb..81db0bd54 100644 --- a/docs/source/markdown/podman-generate-systemd.1.md +++ b/docs/source/markdown/podman-generate-systemd.1.md @@ -18,6 +18,8 @@ Note that this command is not supported for the remote client. Generate files instead of printing to stdout. The generated files are named {container,pod}-{ID,name}.service and will be placed in the current working directory. +Note: On a system with SELinux enabled, the generated files will inherit contexts from the current working directory. Depending on the SELinux setup, changes to the generated files using `restorecon`, `chcon`, or `semanage` may be required to allow systemd to access these files. Alternatively, use the `-Z` option when running `mv` or `cp`. + **--name**, **-n** Use the name of the container for the start, stop, and description in the unit file |