New commits:
commit a3d16265ca0b06efcf19f4c4a104e74b80a850d3
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
utils/bubblewrap: introduced suid bit option
diff --git a/utils/bubblewrap/CONFIGURE b/utils/bubblewrap/CONFIGURE
index 52e9682..e3b33d9 100755
--- a/utils/bubblewrap/CONFIGURE
+++ b/utils/bubblewrap/CONFIGURE
@@ -15,4 +15,6 @@ config_query_option BUBBLEWRAP_OPTS "Require user
namespaces?" n \
config_query_option BUBBLEWRAP_OPTS "Enable tests?" n \
"tests=true" \
- "tests=false"
+ "tests=false" &&
+
+config_query BUBBLEWRAP_SUID_BIT "Set suid bit (recommended for hardened
kernels)?" n
diff --git a/utils/bubblewrap/HISTORY b/utils/bubblewrap/HISTORY
index 37ba3b5..bdc785d 100644
--- a/utils/bubblewrap/HISTORY
+++ b/utils/bubblewrap/HISTORY
@@ -1,3 +1,6 @@
+2023-07-22 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, INSTALL: introduced suid bit option
+
2023-07-21 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE: refactored TESTS query and added user namespaces
query