[GH-ISSUE #4896] vscodium: crashes due to seccomp #2809

Closed
opened 2026-05-05 09:27:55 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @mYnDstrEAm on GitHub (Feb 3, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4896

Description

After upgrading firejail and firejail-profiles from Debian backports it didn't launch anymore.
VsCodium only launches if I comment out seccomp in the profile.

  • Maybe the profile or firejail needs to be changed.
  • I also have noblacklist ${HOME}/.config/VSCodium in code.local and don't know if it would be useful to add this.
  • If disabling seccomp is needed: how can this be done from code.local so the code.profile remains unchanged?

Steps to Reproduce

  1. Try to launch VSCodium with firejail 0.9.66 on Debian11

Expected behavior

Launch VSCodium

Actual behavior

Doesn't launch and doesn't show any error window or output in the console.

Behavior without a profile

Additional context

Environment

  • Linux distribution and version: Debian11/KDE with Wayland
  • Firejail version: 0.9.66

Checklist

  • 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 no in firejail.config to allow DRM/U2F in browsers.
  • I used --profile=PROFILENAME to set the right profile. (Only relevant for AppImages)

Log

Originally created by @mYnDstrEAm on GitHub (Feb 3, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/4896 ### Description After upgrading firejail and firejail-profiles from Debian backports it didn't launch anymore. VsCodium only launches if I comment out seccomp in the profile. * Maybe the profile or firejail needs to be changed. * I also have `noblacklist ${HOME}/.config/VSCodium` in code.local and don't know if it would be useful to add this. * If disabling seccomp is needed: how can this be done from code.local so the code.profile remains unchanged? ### Steps to Reproduce 1. Try to launch VSCodium with firejail 0.9.66 on Debian11 ### Expected behavior Launch VSCodium ### Actual behavior Doesn't launch and doesn't show any error window or output in the console. ### Behavior without a profile ### Additional context ### Environment - Linux distribution and version: Debian11/KDE with Wayland - Firejail version: 0.9.66 ### Checklist - [x] The issues is caused by firejail (i.e. running the program by path (e.g. `/usr/bin/vlc`) "fixes" it). - [x] I can reproduce the issue without custom modifications (e.g. globals.local). - [x] The program has a profile. (If not, request one in `https://github.com/netblue30/firejail/issues/1139`) - [x] The profile (and redirect profile if exists) hasn't already been fixed [upstream](https://github.com/netblue30/firejail/tree/master/etc). - [x] 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 no` in `firejail.config` to allow DRM/U2F in browsers. - [x] I used `--profile=PROFILENAME` to set the right profile. (Only relevant for AppImages) ### Log
gitea-mirror 2026-05-05 09:27:55 -06:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@rusty-snake commented on GitHub (Feb 4, 2022):

Duplicate of #4408

<!-- gh-comment-id:1029791900 --> @rusty-snake commented on GitHub (Feb 4, 2022): Duplicate of #4408
Author
Owner

@rusty-snake commented on GitHub (Feb 4, 2022):

Fixed by 8f867d029a

<!-- gh-comment-id:1029792035 --> @rusty-snake commented on GitHub (Feb 4, 2022): Fixed by 8f867d029a6ae7b757190d9f273886d4bbc1344b
Author
Owner

@rusty-snake commented on GitHub (Feb 4, 2022):

If disabling seccomp is needed: how can this be done from code.local so the code.profile remains unchanged?

ignore seccomp

<!-- gh-comment-id:1029792599 --> @rusty-snake commented on GitHub (Feb 4, 2022): > If disabling seccomp is needed: how can this be done from code.local so the code.profile remains unchanged? `ignore seccomp`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2809
No description provided.