File: control

package info (click to toggle)
firetools 0.9.64-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,000 kB
  • sloc: cpp: 5,611; sh: 195; makefile: 112
file content (23 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: firetools
Section: utils
Priority: optional
Maintainer: Reiner Herrmann <reiner@reiner-h.de>
Build-Depends: debhelper-compat (= 13), qtbase5-dev, pkg-config
Standards-Version: 4.5.1
Homepage: https://firejailtools.wordpress.com/
Vcs-Git: https://salsa.debian.org/reiner/firetools.git
Vcs-Browser: https://salsa.debian.org/reiner/firetools
Rules-Requires-Root: no

Package: firetools
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, firejail, libqt5svg5, xterm | x-terminal-emulator
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.