Skip to content

how to bypass firejail when troubleshooting programs? #4799

Answered by rusty-snake
danielkrajnik asked this question in Q&A
Discussion options

You must be logged in to vote

In the most cases it is enough to start a program by it's full path (after closing all open instances if the program has instance management). Usually this is /usr/bin/<PROGRAM>, but for program where this is not the cases you can use which -a <PROGRAM>.

In rare cases you need to remove the symlink (sudo rm /usr/local/bin/<PROGRAM>) or all symlinks.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@danielkrajnik
Comment options

@kmk3
Comment options

@danielkrajnik
Comment options

Answer selected by danielkrajnik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants