How to Install firetools in Ubuntu 18.04



Install firetools by entering the following commands in the terminal:

sudo apt update
sudo apt install firetools

Description:

Qt frontend for the Firejail application sandbox

Firejail is a SUID security sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf. It allows a process and all its descendants to have their own private view of the globally shared kernel resources, such as the network stack, process table, mount table. . This package contains the Qt-based frontend Firetools.

Homepage: https://firejail.wordpress.com

Version: 0.9.50-1

Section: universe/utils