UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ 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:
Codename: bubblewrap
Source file: bubblewrap-0.9.0.tar.xz
Source file size: 118984
Source file MD5-checkum: adcbd7c08ac068a9328ec93cd83716e5
Source directory: bubblewrap-0.9.0
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/b/bubblewrap-0.9.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/b/bubblewrap-0.9.0.tar.xz.md5sum
Dependances: libxslt, libseccomp.
Dependance of: 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