source: general/sysutils/bubblewrap.xml@ 64be6a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn 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 64be6a1 was 64be6a1, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to gnome-desktop-3.30.2
Add Bubblewrap

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

  • Property mode set to 100644
File size: 4.5 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 "c34034985e80bdea39aaaaa4bcb92c64">
10 <!ENTITY bubblewrap-size "208 KB">
11 <!ENTITY bubblewrap-buildsize "2.0 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 <!-- this part gets updated when you commit, IFF you set the properties:
20 first, svn add path/to/thisfile.xml and then
21 svn propset svn:mime-type text/plain path/to/thisfile.xml and
22 svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>Bubblewrap-&bubblewrap-version;</title>
28
29 <indexterm zone="bubblewrap">
30 <primary sortas="a-bubblewrap">bubblewrap</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Bubblewrap</title>
35
36 <para>
37 The <application>Bubblewrap</application> package contains a program used to create filesystem namespaces, or
38 sandboxes, for processes to run inside so that they are sepearated from the rest of the files on a system.
39 This is useful for preventing programs like thumbnailers from being compromised and causing damage to other
40 areas on the system. Currently, this package is only a dependency for <xref linkend="gnome-desktop"/>.
41 </para>
42
43 &lfs83_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&bubblewrap-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&bubblewrap-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &bubblewrap-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &bubblewrap-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &bubblewrap-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &bubblewrap-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/bubblewrap"/>
81 </para>
82 </sect2>
83
84 <!-- NOTE: There is a possiblity of kernel configuration being required (see Xi's comment in #11090).
85 So far, I have not observed this, but that doesn't mean that it still might not be needed in practice. -->
86
87 <sect2 role="installation">
88 <title>Installation of Bubblewrap</title>
89
90 <para>
91 Install <application>Bubblewrap</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 bwrap
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="bwrap">
136 <term><command>bwrap</command></term>
137 <listitem>
138 <para>
139 generates a sandbox for a program to run in.
140 </para>
141 <indexterm zone="bubblewrap bwrap">
142 <primary sortas="b-bwrap">bwrap</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146 </variablelist>
147 </sect2>
148</sect1>
Note: See TracBrowser for help on using the repository browser.