Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3d16265ca0b06efcf19f4c4a104e74b80a850d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3d16265ca0b06efcf19f4c4a104e74b80a850d3)
  • Date: Sat, 22 Jul 2023 18:12:36 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/bubblewrap/CONFIGURE | 4 +++-
utils/bubblewrap/HISTORY | 3 +++
utils/bubblewrap/INSTALL | 5 +++++
3 files changed, 11 insertions(+), 1 deletion(-)

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

diff --git a/utils/bubblewrap/INSTALL b/utils/bubblewrap/INSTALL
new file mode 100755
index 0000000..68ac599
--- /dev/null
+++ b/utils/bubblewrap/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+
+if [[ "${BUBBLEWRAP_SUID_BIT}" == "y" ]]; then
+ chmod u+s "${INSTALL_ROOT}/usr/bin/bwrap"
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a3d16265ca0b06efcf19f4c4a104e74b80a850d3), Pavel Vinogradov, 07/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page