Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to use firejail only for certain apps? #3213

Closed
ericschdt opened this issue Feb 9, 2020 · 2 comments
Closed

[Question] How to use firejail only for certain apps? #3213

ericschdt opened this issue Feb 9, 2020 · 2 comments
Labels
question_old (Deprecated; use "needinfo" or "question" instead) Further information is requested

Comments

@ericschdt
Copy link

As far as I see it, once installed, firejail will try to sandbox all programs for which it has profiles. However, on one of my systems I trust most of the programs, except a few, which I would like to sandbox only, like Spotify or Steam games.

Is there easy way to achieve this without deleting manually all symlinks in /usr/local/bin/?
I haven't found a command to unsandbox all and then to sandbox just certain apps.

@rusty-snake
Copy link
Collaborator

$ sudo firecfg --clean
$ sudo ln -s /usr/bin/firejail /usr/local/bin/PROGRAM

@ericschdt
Copy link
Author

That seems to be too easy. Thanks!

@rusty-snake rusty-snake added the question_old (Deprecated; use "needinfo" or "question" instead) Further information is requested label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question_old (Deprecated; use "needinfo" or "question" instead) Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants