source: general/sysutils/bubblewrap.xml@ 427b46a

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 427b46a was 66d551c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tag a lot of utilities and libraries

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24245 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bubblewrap-download-http "https://github.com/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
8 <!ENTITY bubblewrap-download-ftp " ">
9 <!ENTITY bubblewrap-md5sum "1104b0e43006f22076b5057c129939c8">
10 <!ENTITY bubblewrap-size "212 KB">
11 <!ENTITY bubblewrap-buildsize "2.1 MB">
12 <!ENTITY bubblewrap-time "less than 0.1 SBU">
13]>
14
15<sect1 id="bubblewrap" xreflabel="bubblewrap-&bubblewrap-version;">
16 <?dbhtml filename="bubblewrap.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Bubblewrap-&bubblewrap-version;</title>
24
25 <indexterm zone="bubblewrap">
26 <primary sortas="a-bubblewrap">bubblewrap</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Bubblewrap</title>
31
32 <para>
33 <application>Bubblewrap</application> is a setuid implementation of user
34 namespaces, or sandboxing, that provides access to a subset of kernel
35 user namespace features. Bubblewrap allows user owned processes to run in
36 an isolated environment with limited access to the underlying filesystem.
37 <!-- Thanks for the reword DJ -->
38 </para>
39
40 &lfs101_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&bubblewrap-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&bubblewrap-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &bubblewrap-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &bubblewrap-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &bubblewrap-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &bubblewrap-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/bubblewrap"/>
78 </para>
79 </sect2>
80
81 <!-- NOTE: There is a possiblity of kernel configuration being required (see Xi's comment in #11090).
82 So far, I have not observed this, but that doesn't mean that it still might not be needed in practice. -->
83
84 <sect2 role="installation">
85 <title>Installation of Bubblewrap</title>
86
87 <para>
88 Install <application>Bubblewrap</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 bwrap
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="bwrap">
133 <term><command>bwrap</command></term>
134 <listitem>
135 <para>
136 generates a sandbox for a program to run in
137 </para>
138 <indexterm zone="bubblewrap bwrap">
139 <primary sortas="b-bwrap">bwrap</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143 </variablelist>
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.