mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2747] alpine: client terminates by itself (--noprofile) #1726
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#1726
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 @jose1711 on GitHub (Jun 4, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2747
To reproduce:
firejail --noprofile alpineParent is shutting down, bye...messageI've seen this with Raspbian and Arch Linux
@chiraag-nataraj commented on GitHub (Jun 4, 2019):
Here's a debug log running
alpinewith debugging level 60.alpine-debug.txt
@luca-rei commented on GitHub (Apr 14, 2020):
I know it is an old thread but I can confirm this happen even on Gentoo.
From what I understand alpine needs to be spawned from a subterminal, so as a workaround you could use a launcher and call that .sh from firejail.
Another issue with alpine is that firejail does not permit deleting or renaming over a file in whitelist like a configuration file (.pinerc).
So here the workaround is to save configuration in a file .pinerc-bck, whitelist that one and in the launcher copy that file in .pinerc and on exit copy .pinerc over .pine-bck (copy, not rename or delete).
At the end the launcher should be something like:
And the firejail profile:
And launch with:
Of course, adjusting
--netaccording your configuration.@ghost commented on GitHub (Jun 8, 2021):
it's still broken. Same behavior.
ubuntu 18.04 32bit
firejail 0.9.64.4 from the ppa, all compile options on.