Package: firejail / 0.9.64.4-2+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
firejail | 0.9.64.4-2+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable internet tests.patch | (download) |
test/environment/dns.exp |
20 0 + 20 - 0 ! |
disable tests that attempt to access the internet |
disable terminal tests.patch | (download) |
test/sysutils/sysutils.sh |
9 0 + 9 - 0 ! |
disable tests for programs that need to run inside a terminal the tests for 'less' and 'man' are currently failing with this error when run inside autopkgtest: $ firejail less sysutils.sh WARNING: terminal is not fully functional sysutils.sh (press RETURN)TESTING ERROR 1 |
config hardening.patch | (download) |
etc/firejail.config |
4 2 + 2 - 0 ! |
change global default settings - restrict networking feature; new network namespace can be used to circumvent packet filter of default namespace (see #916920). - disable cgroup by default; can be used to move processes into less restricted cgroups. Bug-Debian: https://bugs.debian.org/916920 |
apparmor override.patch | (download) |
Makefile.in |
1 0 + 1 - 0 ! |
don't install local apparmor override file It will be created by dh_apparmor instead |
private lib.patch | (download) |
src/firejail/fs_lib.c |
73 39 + 34 - 0 ! |
[patch] add path_fcopy to private-lib automatically Bug: https://github.com/netblue30/firejail/issues/3741 Bug-Debian: https://bugs.debian.org/973756 |
CVE 2022 31214 1.patch | (download) |
src/firejail/caps.c |
36 11 + 25 - 0 ! |
[patch 1/3] fixing cve-2022-31214 |
CVE 2022 31214 2.patch | (download) |
test/utils/shutdown.exp |
2 1 + 1 - 0 ! |
[patch 2/3] shutdown testing |
CVE 2022 31214 3.patch | (download) |
src/firejail/fs_etc.c |
6 5 + 1 - 0 ! |
[patch 3/3] cve-2022-31214: fixing the fix |