From 04707f62d6d60fa2bdf0c4994470ebe3854d0bf4 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 10 May 2023 11:50:11 +0200 Subject: [PATCH] issue template: mention `su` Mention that using `su` does not establish a proper login session required for running rootless Podman. It is a common and reoccurring issue. Mentioning that in the issue template may guide users into resolving the issue before opening an issue. Signed-off-by: Valentin Rothberg --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 50255cf768..0bd22717b4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -70,7 +70,7 @@ body: id: privileged_rootless attributes: label: Privileged Or Rootless - description: Are you running the containers as privileged or non-root user? + description: Are you running the containers as privileged or non-root user? Note that using `su` or `sudo` does not establish a proper login session required for running Podman as a non-root user. Please refer to the [troubleshooting guide](https://github.com/containers/podman/blob/main/troubleshooting.md#solution-28) for alternatives. options: - Privileged - Rootless