mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4011] Support. How to install firejail on Debian so that it does not interfere with any programs? #2501
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#2501
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 @Salim9304 on GitHub (Feb 26, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4011
I have installed firejail, firejail-profiles, firetools.
I would like to run only a couple of programs in the sandbox. But Firejail intervened in all programs and changed their settings (for example, Pluma text editor was damaged, etc.).
I also could not remove the shortcut of any application from the firetools GUI.
All I need is to selectively run applications through the sandbox, but firejail takes over the system without asking me.
@rusty-snake commented on GitHub (Feb 26, 2021):
Do not run
sudo firecfgafter the installation. If you did, runsudo firecfg --cleanto undo.@Salim9304 commented on GitHub (Feb 26, 2021):
I didn’t do sudo firecfg (I didn’t do anything at all except setup)
I removed firejail (
apt-get purge...) completely.I have installed firejail
apt-get install firejail = 0.9.58.2-2 + deb10u1 firejail-profiles = 0.9.58.2-2 + deb10u1 firetools = 0.9.58-1After rebooting the system, firejail took control of all applications again.
I did
sudo firecfg --cleanand it helped.Thank.