aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md12
-rw-r--r--etc/inc/whitelist-runuser-common.inc1
2 files changed, 12 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c32d898c8..8b7aa1203 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,10 +23,20 @@ Steps to reproduce the behavior:
23**Expected behavior** 23**Expected behavior**
24A clear and concise description of what you expected to happen. 24A clear and concise description of what you expected to happen.
25 25
26
27**Desktop (please complete the following information):** 26**Desktop (please complete the following information):**
28 - Linux distribution and version (ie output of `lsb_release -a`) 27 - Linux distribution and version (ie output of `lsb_release -a`)
29 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`) 28 - Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
30 29
31**Additional context** 30**Additional context**
32Add any other context about the problem here. 31Add any other context about the problem here.
32
33**Checklist**
34 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
35
36<details><summary> debug output </summary>
37
38```
39OUTPUT OF `firejail --debug PROGRAM`
40```
41
42</details>
diff --git a/etc/inc/whitelist-runuser-common.inc b/etc/inc/whitelist-runuser-common.inc
index 9ffd3d5be..f2a510e9d 100644
--- a/etc/inc/whitelist-runuser-common.inc
+++ b/etc/inc/whitelist-runuser-common.inc
@@ -6,6 +6,7 @@ include whitelist-runuser-common.local
6whitelist ${RUNUSER}/bus 6whitelist ${RUNUSER}/bus
7whitelist ${RUNUSER}/dconf 7whitelist ${RUNUSER}/dconf
8whitelist ${RUNUSER}/gdm/Xauthority 8whitelist ${RUNUSER}/gdm/Xauthority
9whitelist ${RUNUSER}/ICEauthority
9whitelist ${RUNUSER}/.mutter-Xwaylandauth.* 10whitelist ${RUNUSER}/.mutter-Xwaylandauth.*
10whitelist ${RUNUSER}/pulse/native 11whitelist ${RUNUSER}/pulse/native
11whitelist ${RUNUSER}/wayland-0 12whitelist ${RUNUSER}/wayland-0