topimiettinen / firetools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Qt4 or Qt5 libraries.

Home page: https://l3net.wordpress.com/projects/firejail/#firetools

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

firejail-ui

Setting up a compilation environment on Debian/Ubuntu:

$ sudo apt-get install build-essential qt5-default qt5-qmake qtbase5-dev-tools libqt5svg5 git

Compile & Install

$ git clone  https://github.com/netblue30/firetools
$ cd firetools
$ ./configure
$ make
$ sudo make install-strip

On CentOS 7 use "./configure --with-qmake=/usr/lib64/qt4/bin/qmake"

About

License:GNU General Public License v2.0


Languages

Language:C++ 86.1%Language:C 5.4%Language:Shell 4.2%Language:Makefile 2.2%Language:QMake 1.3%Language:M4 0.9%