[GH-ISSUE #2471] sandbox selected applications upon startup #1621

Closed
opened 2026-05-05 08:16:37 -06:00 by gitea-mirror · 2 comments
Owner

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?

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?
gitea-mirror 2026-05-05 08:16:37 -06:00
Author
Owner

@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/firefox for firefox

You can use the firecfg tool to do this for all programs with an existing profile: sudo firecfg
With sudo firecfg --clean you get back to where you are now.

<!-- gh-comment-id:467069600 --> @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/firefox` for firefox You can use the firecfg tool to do this for all programs with an existing profile: `sudo firecfg` With `sudo firecfg --clean` you get back to where you are now.
Author
Owner

@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.

<!-- gh-comment-id:494295281 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1621
No description provided.