ccollins77 / firetools

Firejail GUI

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/

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

Firejail Configurator Demo

firejail-ui

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

About

Firejail GUI

License:GNU General Public License v2.0


Languages

Language:C++ 78.5%Language:Python 10.7%Language:C 3.8%Language:Shell 3.5%Language:Makefile 1.8%Language:QMake 1.0%Language:M4 0.7%