mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
3 KiB
3 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug report | Create a report to help us improve |
Description
Describe the bug
Steps to Reproduce
Steps to reproduce the behavior
- Run in bash
LC_ALL=C firejail /path/to/program(LC_ALL=Cto get a consistent output in English that can be understood by everybody) - Click on '....'
- Scroll down to '....'
- See error
ERROR
Expected behavior
What you expected to happen
Actual behavior
What actually happened
Behavior without a profile
What changed calling LC_ALL=C firejail --noprofile /path/to/program in a
terminal?
Additional context
Any other detail that may help to understand/debug the problem
Environment
- Name/version/arch of the Linux kernel (
uname -srm): - Name/version of the Linux distribution (e.g. "Ubuntu 20.04" or "Arch Linux"):
- Name/version of the relevant program(s)/package(s) (e.g. "firefox 134.0-1, mesa 1:24.3.3-2"):
- Version of Firejail (
firejail --version): - If you use a development version of firejail, also the commit from which it
was compiled (
git rev-parse HEAD):
Checklist
- I am using firejail 0.9.80 or later
- I am using the full program path (e.g.
firejail /usr/bin/vlcinstead offirejail vlc; seehttps://github.com/netblue30/firejail/issues/2877) - The issues is caused by firejail (i.e. running the program by path (e.g.
/usr/bin/vlc) "fixes" it). - I can reproduce the issue without custom modifications (e.g. globals.local).
- The program has a profile. (If not, request one in
https://github.com/netblue30/firejail/issues/1139) - The profile (and redirect profile if exists) hasn't already been fixed upstream.
- I have performed a short search for similar issues (to avoid opening a duplicate).
- I'm aware of
browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.
- I'm aware of
- I used
--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)
Log
Output of LC_ALL=C firejail /path/to/program
output goes here
Output of LC_ALL=C firejail --debug /path/to/program
output goes here