[GH-ISSUE #1545] Launch app outside Firejail without re-configuring? #1027

Closed
opened 2026-05-05 07:19:35 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Futureknows on GitHub (Sep 12, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1545

Is it possible to launch an app which has been previously Firejailed through firecfg outside the sandbox for temporary use? In otherwords leave it Firejailed by default, but launch outside sandbox for single use? I tried to de-firejail a single app (Thunderbird) through firectl but firectl isn't found when root.

Originally created by @Futureknows on GitHub (Sep 12, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1545 Is it possible to launch an app which has been previously Firejailed through firecfg outside the sandbox for temporary use? In otherwords leave it Firejailed by default, but launch outside sandbox for single use? I tried to de-firejail a single app (Thunderbird) through firectl but firectl isn't found when root.
gitea-mirror 2026-05-05 07:19:35 -06:00
Author
Owner

@SkewedZeppelin commented on GitHub (Sep 12, 2017):

You can just run the program in a terminal with the real path.

which -a thunderbird #Second one should be the true one, eg. not /usr/bin/local
/usr/bin/thunderbird #Run the program
<!-- gh-comment-id:329010547 --> @SkewedZeppelin commented on GitHub (Sep 12, 2017): You can just run the program in a terminal with the real path. ``` which -a thunderbird #Second one should be the true one, eg. not /usr/bin/local /usr/bin/thunderbird #Run the program ```
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#1027
No description provided.