[arch-commits] Commit in bubblewrap/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Jun 22 15:57:13 UTC 2019


    Date: Saturday, June 22, 2019 @ 15:57:12
  Author: bpiotrowski
Revision: 356773

0.3.3-2: disable suid

Modified:
  bubblewrap/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-22 13:33:38 UTC (rev 356772)
+++ PKGBUILD	2019-06-22 15:57:12 UTC (rev 356773)
@@ -2,7 +2,7 @@
 
 pkgname=bubblewrap
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Unprivileged sandboxing tool'
 url='https://github.com/projectatomic/bubblewrap'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr \
-    --with-priv-mode=setuid
+    --with-priv-mode=none
   make
 }
 



More information about the arch-commits mailing list