mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5572] vlc: program does not shutdown (AppArmor) #3031
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#3031
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 @smitsohu on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5572
Description
VLC does not terminate when it is closed.
Steps to Reproduce
Start VLC, then close it. Verify that the sandbox is still alive using
firejail --tree.Behavior without a profile
VLC terminates when it is closed.
Additional context
From the syslog:
firejail --ignore=apparmor vlcbehaves as expected.--deterministic-shutdownis no workaround, because apparently the issue is in VLC itself.Environment
$ cat /etc/debian_version
11.6
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)@smitsohu commented on GitHub (Jan 5, 2023):
Sorry, this has been fixed already in #5317.
Instead, there is a small bug in the Makefile, that installs the
firejail-defaultapparmor profile to/usr/local/etc/apprmor.dby default, where the AppArmor scripts won't find it. Or perhaps it is a bug in my understanding how this is supposed to work?Anyways, closing again.
@kmk3 commented on GitHub (Jan 5, 2023):
(Re-closing as "not planned" since nothing was changed in firejail)
@kmk3 commented on GitHub (Sep 2, 2024):
Fixed by #5317.