aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: ae7b1089adb0bc974840a7f53b60d98b821f1d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---
Write clear, concise and in textual form.

**Bug and expected behavior**
- Describe the bug.
- What did you expect to happen?

**No profile or disabling firejail**
- What changed calling `firejail --noprofile PROGRAM` in a shell?
- What changed calling the program *by path*=without firejail (check `whereis PROGRAM`, `firejail --list`, `stat $programpath`)?

**Reproduce**
Steps to reproduce the behavior:
1. Run in bash `firejail PROGRAM`
2. See error `ERROR`
3. Click on '....'
4. Scroll down to '....'

**Environment**
 - 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`)
 - What other programs interact with the affected program for the functionality?
 - Are these listed in the profile? 

**Additional context**
Other context about the problem like related errors to understand the problem.

**Checklist**
 - [ ] The upstream profile (and redirect profile if exists) have no changes fixing it.
 - [ ] The upstream profile exists (`find / -name 'firejail' 2>/dev/null`/`fd firejail` to locate profiles ie in `/usr/local/etc/firejail/PROGRAM.profile`)
 - [ ] Programs needed for interaction are listed.
 - [ ] Error was checked in search engine and on issue list without success.


<details><summary> debug output </summary>

```
OUTPUT OF `firejail --debug PROGRAM`
```

</details>