File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bubblewrap 0.11.2
2+ =================
3+
4+ Released: 2026-04-23
5+
6+ Bug fixes:
7+
8+ * In setuid mode, don't run the low-privileged parts parts of the setup
9+ as dumpable, as that allows it to be ptraced which can lead to problems.
10+ This is CVE-2026 -41163, and was reported by François Diakhate.
11+
12+ Enhancements:
13+
14+ * New build option ` -Dsupport_setuid ` , which if set to false (which
15+ is the default) disables the support for setuid. Binaries built
16+ with this will refuse to run if made setuid. We recommend building
17+ normal bubblewrap binaries like this, which allows you to safely
18+ ignore any security issues that only affect setuid mode.
19+
120bubblewrap 0.11.1
221=================
322
Original file line number Diff line number Diff line change 11project (
22 ' bubblewrap' ,
33 ' c' ,
4- version : ' 0.11.1 ' ,
4+ version : ' 0.11.2 ' ,
55 meson_version : ' >=0.49.0' ,
66 default_options : [
77 ' warning_level=2' ,
You can’t perform that action at this time.
0 commit comments