summaryrefslogtreecommitdiff
path: root/main/bubblewrap
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-04-22 21:52:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-04-22 21:52:45 -0300
commit8691032097c0274afa06b99c799665ad72664b50 (patch)
tree55a70fd679095a129061f5d26d8863d72a8ef7b0 /main/bubblewrap
parenta31d49528e6b06d55f834c83022eedb660be1cf7 (diff)
downloadaports-8691032097c0274afa06b99c799665ad72664b50.zip
main/bubblewrap: drop 'suid' option
Diffstat (limited to 'main/bubblewrap')
-rw-r--r--main/bubblewrap/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bubblewrap/APKBUILD b/main/bubblewrap/APKBUILD
index 4b36f6bd7ec..17af9fcb11c 100644
--- a/main/bubblewrap/APKBUILD
+++ b/main/bubblewrap/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Unprivileged sandboxing tool"
url="https://github.com/containers/bubblewrap"
arch="all"
license="LGPL-2.0-or-later"
-options="!check suid" # Testsuite with suid requires sudo binary and some socket operations fail
+options="!check" # Testsuite fails
makedepends="autoconf automake libcap-dev docbook-xsl"
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
source="bubblewrap-$pkgver.tar.gz::https://github.com/containers/bubblewrap/archive/v$pkgver.tar.gz"