Firetools(1)
Graphical user interface for Firejail security sandbox
SYNOPSIS
firetools [OPTIONS]
DESCRIPTION
This manual page documents briefly Firetools, a graphical user interface for
Firejail security sandbox.
OPTIONS
- --autostart
-
Configure Firetools to run automatically in system tray when X11 session is started.
- --debug
-
Print debug messages.
- -?, --help
-
Print options end exit.
- --minimize
-
Start the program minimized in system tray.
- --version
-
Print software version and exit.
ABOUT FIREJAIL
Firejail is a SUID sandbox program that reduces the risk of security breaches by
restricting the running environment of untrusted applications using Linux
namespaces, seccomp-bpf and Linux capabilities.
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.
Firejail can work in a SELinux or AppArmor environment,
and it is integrated with Linux Control Groups.