mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Warnings:
$ make codespell
Running codespell...
./README:757: Manuel ==> Manual
./RELNOTES:269: relpaced ==> replaced
./src/firecfg/desktop_files.c:60: diectory ==> directory
./platform/debian/control.i386:11: namepaces ==> namespaces
./platform/debian/control.amd64:11: namepaces ==> namespaces
make: *** [Makefile:383: codespell] Error 65
$ codespell --version
2.2.6
20 lines
763 B
Text
20 lines
763 B
Text
Package: firejail
|
|
Version: FIREJAILVER-1
|
|
Architecture: amd64
|
|
Maintainer: netblue30 <netblue30@protonmail.com>
|
|
Installed-Size: 2024
|
|
Depends: libc6
|
|
Suggests: python, python3
|
|
Section: admin
|
|
Priority: optional
|
|
Homepage: https://github.com/netblue30/firejail
|
|
Description: Linux namespaces sandbox program.
|
|
Firejail is a SUID sandbox program that reduces the risk of security
|
|
breaches by restricting the running environment of untrusted applications
|
|
using Linux namespaces and seccmp-bpf. It includes sandbox profiles for
|
|
Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission
|
|
and VLC.
|
|
.
|
|
Firejail also expands the restricted shell facility found in bash by
|
|
adding Linux namespace support. It also supports sandboxing SSH users
|
|
upon login.
|