mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2471] sandbox selected applications upon startup #1621
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#1621
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 @Raj2032 on GitHub (Feb 25, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2471
If I were to sandbox selected applications upon startup, how do I set it up in such a way that if I were to click on the shortcut on the DE tasbar (not the firetool taskbar), then how do I get it to launch under firejail?
@smitsohu commented on GitHub (Feb 25, 2019):
You can run
sudo ln -s /usr/bin/firejail /usr/local/bin/PROGRAM,for example that would be
sudo ln -s /usr/bin/firejail /usr/local/bin/firefoxfor firefoxYou can use the firecfg tool to do this for all programs with an existing profile:
sudo firecfgWith
sudo firecfg --cleanyou get back to where you are now.@chiraag-nataraj commented on GitHub (May 21, 2019):
Seems like this was answered, so I'm going to go ahead and close this, but @Raj2032, please feel free to re-open if you have more questions.