Skip to content

ogr0/firetools

 
 

Repository files navigation

Firetools

Firetools is the graphical user interface of Firejail security sandbox. It provides a sandbox launcher integrated with the system tray, sandbox editing, management and statistics. The application is built using Qt5 library.

Home page: https://firejailtools.wordpress.com

Download: https://sourceforge.net/projects/firejail/files/firetools/

Travis-CI status: https://travis-ci.org/netblue30/firetools

Firejail GUI Demo

Firejail Intro video
Firejail Intro
Firejail Intro video
Firejail Demo

Setting up a compilation environment:

(Debian/Ubuntu)
$ sudo apt-get install build-essential qt5-default qt5-qmake qtbase5-dev-tools libqt5svg5 git

(CentOS 7)
$ sudo yum install gcc-c++ qt5-qtbase-devel qt5-qtsvg.x86_64 git

Compile & Install

$ git clone https://github.com/netblue30/firetools
$ cd firetools

(Debian/Ubuntu)
$ ./configure

(CentOS 7)
./configure --with-qmake=/usr/lib64/qt5/bin/qmake

$ make
$ sudo make install-strip

Packages

No packages published

Languages

  • C++ 85.2%
  • C 6.7%
  • Shell 4.0%
  • Makefile 2.1%
  • QMake 1.2%
  • M4 0.8%