mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5961] chromium: no graceful termination with SIGINT #3144
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arenevier on GitHub (Aug 16, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5961
Description
When I kill chrome with Ctrl-C or kill -INT, it does not terminate gracefully.
Steps to Reproduce
Launch
$ firejail google-chrome-stable
Ctrl-C
check that google chrome did not exit gracefully: the config profile still contains SingletonLock file.
I debug build of chrome will show the following errors:
Expected behavior
I expect google chrome to be able to exit gracefully when killed with sig int. The same behavior also happens if I stop the sandbox with
firejail --shutdownActual behavior
Behavior without a profile
same
Environment
Linux distribution and version (e.g. "Ubuntu 20.04" or "Arch Linux")
archlinux. But pretty sure it happens on every distribution
Firejail version (
firejail --version).firejail version 0.9.72
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program