aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-09-23 17:43:09 +0000
committerLibravatar GitHub <noreply@github.com>2020-09-23 17:43:09 +0000
commita0101dbf1d653572f6ee1ffd86739e267a11e7f9 (patch)
treead863cb1547868f0c5e90d017e9797f1b89416bf /.github
parentfix eog profile (diff)
downloadfirejail-a0101dbf1d653572f6ee1ffd86739e267a11e7f9.tar.gz
firejail-a0101dbf1d653572f6ee1ffd86739e267a11e7f9.tar.zst
firejail-a0101dbf1d653572f6ee1ffd86739e267a11e7f9.zip
Update bug_report.md
* Try to make it a bit more friendly for unskilled users. * Add AppImage --profile hint
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ae7b1089a..87921b82a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -12,9 +12,9 @@ Write clear, concise and in textual form.
12- Describe the bug. 12- Describe the bug.
13- What did you expect to happen? 13- What did you expect to happen?
14 14
15**No profile or disabling firejail** 15**No profile and disabling firejail**
16- What changed calling `firejail --noprofile PROGRAM` in a shell? 16- What changed calling `firejail --noprofile /path/to/program` in a terminal?
17- What changed calling the program *by path*=without firejail (check `whereis PROGRAM`, `firejail --list`, `stat $programpath`)? 17- What changed calling the program by path (check `which <program>` or `firejail --list` while the sandbox is running)?
18 18
19**Reproduce** 19**Reproduce**
20Steps to reproduce the behavior: 20Steps to reproduce the behavior:
@@ -24,19 +24,18 @@ Steps to reproduce the behavior:
244. Scroll down to '....' 244. Scroll down to '....'
25 25
26**Environment** 26**Environment**
27 - Linux distribution and version (ie output of `lsb_release -a`) 27 - Linux distribution and version (ie output of `lsb_release -a`, `screenfetch` or `cat /etc/os-release`)
28 - 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`)
29 - What other programs interact with the affected program for the functionality?
30 - Are these listed in the profile?
31 29
32**Additional context** 30**Additional context**
33Other context about the problem like related errors to understand the problem. 31Other context about the problem like related errors to understand the problem.
34 32
35**Checklist** 33**Checklist**
36 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it. 34 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
37 - [ ] The upstream profile exists (`find / -name 'firejail' 2>/dev/null`/`fd firejail` to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`) 35 - [ ] The program has a profile. (If not, request one in [# 1139](https://github.com/netblue30/firejail/issues/1139))
38 - [ ] Programs needed for interaction are listed. 36 - [ ] Programs needed for interaction are listed in the profile.
39 - [ ] Error was checked in search engine and on issue list without success. 37 - [ ] A short search for duplicates was performed.
38 - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile.
40 39
41 40
42<details><summary> debug output </summary> 41<details><summary> debug output </summary>