mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
update issue template + add ICEauthority to wruc
This commit is contained in:
parent
42fdea77f2
commit
2bd91a6c9d
2 changed files with 12 additions and 1 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -23,10 +23,20 @@ Steps to reproduce the behavior:
|
|||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- Linux distribution and version (ie output of `lsb_release -a`)
|
||||
- Firejail version (output of `firejail --version`) exclusive or used git commit (`git rev-parse HEAD`)
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Checklist**
|
||||
- [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
|
||||
|
||||
<details><summary> debug output </summary>
|
||||
|
||||
```
|
||||
OUTPUT OF `firejail --debug PROGRAM`
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ include whitelist-runuser-common.local
|
|||
whitelist ${RUNUSER}/bus
|
||||
whitelist ${RUNUSER}/dconf
|
||||
whitelist ${RUNUSER}/gdm/Xauthority
|
||||
whitelist ${RUNUSER}/ICEauthority
|
||||
whitelist ${RUNUSER}/.mutter-Xwaylandauth.*
|
||||
whitelist ${RUNUSER}/pulse/native
|
||||
whitelist ${RUNUSER}/wayland-0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue