Difference between revisions of "Firejail"

Improve translation tags.
(Marked this version for translation)
(Improve translation tags.)
 
Line 13: Line 13:




== Install firejail == <!--T:4-->
== Install Firejail == <!--T:4-->


<!--T:5-->
<!--T:5-->
Firejail is available in the repos. Install it using your graphical package manager or with pacman.
Firejail is available in the repos. Install it using your graphical package manager or with pacman.


<!--T:6-->
</translate>
sudo pacman -S firejail
sudo pacman -S firejail
 
<translate>


== Using Firejail == <!--T:7-->
== Using Firejail == <!--T:7-->
Line 27: Line 27:
Simply prefix your command or application with ''firejail''. Example:
Simply prefix your command or application with ''firejail''. Example:


<!--T:9-->
</translate>
firejail firefox
firejail firefox
<translate>


<!--T:10-->
<!--T:10-->
You can even integrate firejail into your whole desktop. Every application you launch will use the firejail sandbox if it is supported by default. To do this use the command
You can even integrate firejail into your whole desktop. Every application you launch will use the firejail sandbox if it is supported by default. To do this use the command


<!--T:11-->
</translate>
sudo firecfg
sudo firecfg
<translate>


<!--T:12-->
<!--T:12-->
Line 51: Line 53:
You can use the option ''–-net=none'' to ensure firejail does not allow any network access like so:
You can use the option ''–-net=none'' to ensure firejail does not allow any network access like so:


<!--T:17-->
</translate>
firejail –-net=none thunderbird
firejail –-net=none thunderbird
<translate>


<!--T:18-->
<!--T:18-->
But that option will block local network access, such as access to shared folders. To still have local network access, but block the application from accessing the internet use option ''--protocol=unix''. Example:
But that option will block local network access, such as access to shared folders. To still have local network access, but block the application from accessing the internet use option ''--protocol=unix''. Example:
</translate>


  <!--T:19-->
  <!--T:19-->
firejail --protocol=unix thunderbird
firejail --protocol=unix thunderbird
</translate>


[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
[[Category:Applications{{#translation:}}]]
[[Category:Applications{{#translation:}}]]
555

edits