UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

bubblewrap

Bubblewrap is a setuid implementation of user namespaces, or sandboxing, that provides access to a subset of kernel user namespace features. Bubblewrap allows user owned processes to run in an isolated environment with limited access to the underlying filesystem.

Package info

Template: meson
Codename: bubblewrap
Source file: bubblewrap-0.11.0.tar.xz
Source file size: 115228
Source file MD5-checkum: 630eec714ea04729efd116ea85a715a3
Source directory: bubblewrap-0.11.0
Package URL: https://umvirt.com/linux/downloads/0.3/packages/b/bubblewrap-0.11.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/b/bubblewrap-0.11.0.tar.xz.md5sum
Dependances: libxslt, libseccomp.
Dependance of: xdg-desktop-portal, !nautilus, gnome-desktop, webkitgtk3, webkitgtk4.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release ..

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then

sed 's@symlink usr/lib64@ro-bind-try /lib64@' -i ../tests/libtest.sh

ninja test

fi

Install script:
cd    build
ninja install