File Do-not-acquire-privs.patch of Package bubblewrap
--- bubblewrap-0.11.0/bubblewrap.c.orig 2024-10-30 17:07:47.000000000 +0100
+++ bubblewrap-0.11.0/bubblewrap.c 2025-09-12 23:01:54.363127640 +0200
@@ -2901,9 +2901,6 @@
real_uid = getuid ();
real_gid = getgid ();
- /* Get the (optional) privileges we need */
- acquire_privs ();
-
/* Never gain any more privs during exec */
if (prctl (PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) < 0)
die_with_error ("prctl(PR_SET_NO_NEW_PRIVS) failed");