Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox does not work with Firejail on Mint 20 #3507

Closed
rpellew opened this issue Jul 10, 2020 · 3 comments
Closed

Firefox does not work with Firejail on Mint 20 #3507

rpellew opened this issue Jul 10, 2020 · 3 comments

Comments

@rpellew
Copy link

rpellew commented Jul 10, 2020

Hi
I just upgraded my system to Linux Mint 20.
Firefox no longer works with Firejail.
It appears to start, but nothing at all appears on the screen, and I have to manually kill the process.

firejail 0.9.62
firejail-profiles 0.9.62
firefox 78.0.1

If I comment out the seccomp lines in firefox-common.profile, it allows it to start. So I assume it is making some calls that need to be allowed. I don't know to find out. I have tried the --trace and --tracelog options but nothing appears in the syslog.

Thanks.

@rusty-snake
Copy link
Collaborator

AMD GPU? Add !kcmp.

I have tried the --trace and --tracelog options but nothing appears in the syslog.

They are for files (e.g. blacklist) and don't affect seccomp. For seccomp you need audit, see man 8 auditctl

@rpellew
Copy link
Author

rpellew commented Jul 10, 2020

Hi rusty-snake
Yeah, AMD GPU. That fixed it.
Appreciate your help.

@rusty-snake
Copy link
Collaborator

This is caused by Mesa (see #3219 for more details) and fixed in the next release (#3301).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants