<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Roger Shimizu pushed to branch debian/experimental
at <a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher">Privacy Maintainers / torbrowser-launcher</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/064ad1f7a6c29684da68053c4b19a05cea764b2e">064ad1f7</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop spurious trailing whitespace.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/cdb290fed89617fe43093d3108060c4e59f6283e">cdb290fe</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow plugin-container to read file/app association information.
We already allow the main browser profile to do that but with e10s
plugin-container now needs it as well.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/9c609476b5b34379baff98b561ebf31963becd30">9c609476</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to ptrace plugin-container and to send it term signals.
With e10s Firefox does not need to ptrace itself anymore but instead it needs
to ptrace and kill its child plugin-container processes.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d62a692a4a2a885d1410c0d931c08028a61fa246">d62a692a</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow plugin-container to receive term signals from the parent Firefox process.
We already allow Firefox to send term signals to plugin-container;
this is the receiving counterpart.
This requires giving the Firefox profile a proper name (torbrowser_firefox)
because this:
signal (receive) set=("term") peer=/home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/firefox
… does not work.
Note to package maintainers
===========================
(This should probably be copied to the release notes.)
Due to the profile renaming, upgrading the
/etc/apparmor.d/torbrowser.Browser.firefox file requires special care. The best
option is probably to strongly recommend users to reboot their system after
this upgrade.
Other options I can think of have unacceptable consequences:
- if we unload the old profile from the kernel, we will leave any already
running Tor Browser's Firefox executable unconfined, which is an unacceptable
violation of the user's security expectations;
- if we don't unload the old profile from the kernel, surprising behaviour will
happen such as:
- any already running Tor Browser's Firefox executable will be left confined
under the old profile which won't play well with new rules that have
peer=torbrowser_firefox;
- unpredictable behavior when a new Tor Browser is started, because two
profiles matching the Tor Browser's Firefox executable are loaded.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/f40931740dd1644ff61dd29732b0ebe5febc8025">f4093174</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix comment.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/936aee55ed0b2a6c6d6e0ba0154a95ce07c73a5d">936aee55</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to fully manage its fontconfig cache.
So far we allowed it to do everything in there except a link operation, so let's
be consistent.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/dedd45b0be27687eebad55d0749bb5379a4c7edc">dedd45b0</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: grant access to mostly innocuous stuff plugin-container tries to read.
Same rationale as commit 68f502c3fbb754742cd23967cf30038ff6ce799a.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/27289e19e4ab4d8477e885f4aef84aad2e68b85e">27289e19</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: silence denial logs about PulseAudio.
We don't currently allow access to the audio subsystem; let's not let AppArmor
spam the logs about it.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/0109e95efcb014da40e9c681ae7ae4b4c4db38d8">0109e95e</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: silence more inherited files access denial.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b1e082fef0554c64a4a4d414147b962283cb0897">b1e082fe</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: drop support for long-obsolete paths.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a9bef63bd8f887049f8525a3f24cb5ef89d05d7e">a9bef63b</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: refactor thanks to variables defined in tunables/torbrowser.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/33fd86fa14be06548e0ebebf193e1ad551cbfa42">33fd86fa</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give the tor profile a stable name.
This will allow us to handle upgrades more nicely in the future,
e.g. when the executable path changes. Besides, this makes the output of
aa-status and logs much easier to grasp.
Note to packagers: exactly as for the similar change applied to the Tor
Browser's Firefox profile, please consider recommending users to reboot their
system after the upgrade that applies this change.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/850d5606b3ffd2a7a9fa64a271a4318c0604e51c">850d5606</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: support some of the included pluggable transports.
This fixes support for obfs4 and obfs3.
meek and fte require vastly more extended permissions and thus dedicated
child profiles.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/91652b6436944bd8817900010c2797c29c7eb484">91652b64</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-01-29T08:24:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: remove boilerplate from local override files.
This matches how recent dh-apparmor behaves.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/8a7625634876ec535d57353cf72ee1692ad3d6a6">8a762563</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-04-06T07:05:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge pull request #310 from intrigeri/apparmor-201801-edition
AppArmor profiles, 2018-01 edition</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/ad95bbda69045f3c9ace241939ee9e1fccc16ac8">ad95bbda</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-07-03T15:43:10Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: allow Firefox to read /usr/share/glib-2.0/schemas/gschemas.compiled.
Otherwise, Tor Browser 8.0a9 crashes when clicking "Save Page As".
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/35d08323e9566f9475c32c6ec5cf7dab0533cd2e">35d08323</a></strong>
<div>
<span>by Kunitsyn Andrey Sergeevich</span>
<i>at 2018-07-07T17:31:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update the Russian translate
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/5648d7d884cc20066684c59bb0d93f031d3d8a49">5648d7d8</a></strong>
<div>
<span>by Ulrike Uhlig</span>
<i>at 2018-07-23T11:59:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove myself from uploaders.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4e4bbd672266347f02dbd3f5f3796db0d9d4c323">4e4bbd67</a></strong>
<div>
<span>by Carl Joseph Hirner III</span>
<i>at 2018-07-29T19:40:21Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Delete launcher.py</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/bd9e67c293411924485d73b3505aedcd71171f79">bd9e67c2</a></strong>
<div>
<span>by Carl Joseph Hirner III</span>
<i>at 2018-07-29T19:40:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add files via upload</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/a67f026cc14c0a52decda0250890ee776a35f8a1">a67f026c</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-08-18T19:23:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: adjust Firefox binary path for Tor Browser 8.0a10.
At this point it seems unlikely that the develop branch will be released
before Tor Browser 8.0 so here we go, let's get ready.
Note that I could have written firefox{,.real} instead, to support both Tor
Browser 7.5 and 8.0, but then we would have to open the profile more broadly so
the new shell wrapper installed as "firefox" by Tor Browser 8.0a10 can do its
job. This does not seem worth the hassle and will be fine as long as this new
torbrowser-launcher is released approximately at the same time as, or after, Tor
Browser 8.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/7ff9b5bd7731d18a6733c3c3710591e2596c713d">7ff9b5bd</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-09T07:29:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Cherry-pick two upstream commits to fix appamor profile
Fix appamor profile to support Tor Browser 8.0a9
Closes: #908068
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/6e1b7e180746f815abee1bb1332eef77256db163">6e1b7e18</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-09T07:43:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.2.9-4
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/8b15bbd4b7fa3533842c41feec8044622c1a6f14">8b15bbd4</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-09T15:22:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make lintian slightly happy
* debian/source/lintian-overrides:
- Rename from debian/source.lintian-overrides
* debian/control:
- Rename tag X-Python-Version to XS-Python-Version.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/678d083491ceba5201d96b514173890944928540">678d0834</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T07:55:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: confine Firefox 60 "Web Content" processes under the torbrowser_plugin_container AppArmor profile.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/45265423d7fea40f93a3924146933aa6e94f0d97">45265423</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T07:55:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give Tor Browser's Web Content process some more innocuous access it now needs.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/eb328f2abe7b681c779a6cb7e49657ac93ecd005">eb328f2a</a></strong>
<div>
<span>by intrigeri</span>
<i>at 2018-09-10T09:41:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">AppArmor: give Web Content processes read access to the startup cache, otherwise they fail to load
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/df0873bbdaaec729841b0aa564da04951e49711a">df0873bb</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-12T15:42:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/patches: Cherry-pick three upstream commits
3 commits to fix appamor profile for Web Content process.
Closes: #908463
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b828bdfafe60bb9bcf93ec660ad5c07ff7fdbdf5">b828bdfa</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:00:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Properly detect the system's locale
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e886c20142d04724c2f9425cee6908f7699b883b">e886c201</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:04:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update list of languages that Tor Browser is available in
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/1eee4dcdd1b9717462b0bbb5000ec7d0325362eb">1eee4dcd</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:09:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of https://github.com/deskos-xp/torbrowser-launcher into deskos-xp-develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e6069cfe567d392100042685ec106613f2c38117">e6069cfe</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:11:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove extra print statement
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/db2e3c9a3483dfe79d3a48511e297afb775ef961">db2e3c9a</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:11:41Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'deskos-xp-develop' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/11dd4d0059db3b99ac43eace603c0bea6a69430a">11dd4d00</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:14:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'develop' of https://github.com/NaruTrey/torbrowser-launcher into NaruTrey-develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e9b7eab13c0983100b5b5bc279ebd3f1564c52de">e9b7eab1</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:14:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'NaruTrey-develop' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/b50706b7dad2b3c1ecec5946fadb78c5581c0544">b50706b7</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:32:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'locale-fix' into develop
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d6d0158862915fad9b655f7232eeba3b7d43b411">d6d01588</a></strong>
<div>
<span>by Micah Lee</span>
<i>at 2018-09-14T22:33:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version bump to 0.3.0 and updated changelog
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/d0deb2f923edbaf3c2801c46d74b7925c5605593">d0deb2f9</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-17T16:08:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/torbrowser-launcher.maintscript: rm_conffile appamor profile
rm_conffile appamor profile /etc/apparmor.d/local/*, which was
removed since 0.2.9-2. Thanks to gregor herrmann for the fix.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e20c71d8da0a82578573a55a72bb0f2cf7d3dadf">e20c71d8</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-17T16:16:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Add XB-Python-Version tag for binary package
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/c8628ea7da929283c6c9033a351f1dadfa64c084">c8628ea7</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-17T16:17:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.2.9-5
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/e92689e854e574004c09945ece4c2975ab898609">e92689e8</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:17:50Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'debian/sid' into debian/experimental
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/78b2fb370f6b6c4fc439b43d3fd2799e60b7c4e3">78b2fb37</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:22:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge tag 'v0.3.0' into debian/experimental
Version 0.3.0
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/6fb3fc0825f77c971cb0c29763bd10e8ee297f5a">6fb3fc08</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-18T14:47:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream release 0.3.0 and refresh d/patches
Upstreamed patches are removed.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/4c1f9370858184307bf6063c49629656d74e8b5d">4c1f9370</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-19T13:52:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Remove XS-Python-Version and XB-Python-Version
Since lintian says it's not necessary.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/04d9921f07b93faa043d6fc1fc62789a477e6bc1">04d9921f</a></strong>
<div>
<span>by Roger Shimizu</span>
<i>at 2018-09-19T14:06:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Prepare to release 0.3.0-1~exp1
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#ab09011fa121d0a2bb9fa4ca76094f2482b902b7">
CHANGELOG.md
</a>
</li>
<li class="file-stats">
<a href="#448181210bfa2239c532dce3b8ea66d18c42b16c">
apparmor/local/torbrowser.Browser.firefox
</a>
</li>
<li class="file-stats">
<a href="#9e49d96cc7d35c4322ed4fdfa3444d4fd0f284c2">
apparmor/local/torbrowser.Browser.plugin-container
</a>
</li>
<li class="file-stats">
<a href="#0ecad299da32cd62ecb58849ab1c05ade985b54a">
apparmor/local/torbrowser.Tor.tor
</a>
</li>
<li class="file-stats">
<a href="#4c463aa16aa8b1f3f8167197c63df893afe82e3f">
apparmor/torbrowser.Browser.firefox
</a>
</li>
<li class="file-stats">
<a href="#48dfd318840ab0dfdb4a16f839c9cde085cf3871">
apparmor/torbrowser.Browser.plugin-container
</a>
</li>
<li class="file-stats">
<a href="#5066a56e99703cf87a89e425680e50189e82f7a1">
apparmor/torbrowser.Tor.tor
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#ee1b19a30bb3385c1f5a6cfbb7f3f3b49746cc6c">
<span class="deleted-file">
−
debian/patches/0001-Drop-spurious-trailing-whitespace.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0109d2e68d7149fc6f2d92b797ee056c1efb1634">
debian/patches/0015-Remove-apparmor-local-path-from-setup.py.patch
→
debian/patches/0001-Remove-apparmor-local-path-from-setup.py.patch
</a>
</li>
<li class="file-stats">
<a href="#cd2b9e5e3e284c244d6abed3f1cc1e9aee7af98b">
<span class="deleted-file">
−
debian/patches/0002-AppArmor-allow-plugin-container-to-read-file-app-ass.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0e812c9ca8d8bf53a7e3bfc2d84770a53ee2f153">
debian/patches/0016-show-gui-only-if-tbb-not-installed.patch
→
debian/patches/0002-show-gui-only-if-tbb-not-installed.patch
</a>
</li>
<li class="file-stats">
<a href="#1d36113ff403a97ebd022ac02bbaeaecbddcc3df">
<span class="deleted-file">
−
debian/patches/0003-AppArmor-allow-Firefox-to-ptrace-plugin-container-an.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#de8aeba5aa9add223abf52641bcfc0aebbe1051d">
debian/patches/0017-remove-double-common-assignment.patch
→
debian/patches/0003-remove-double-common-assignment.patch
</a>
</li>
<li class="file-stats">
<a href="#182e9b1bddb90c1a9b43f6fd429a8e31d59cda56">
<span class="deleted-file">
−
debian/patches/0004-AppArmor-allow-plugin-container-to-receive-term-sign.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#d4d3d9989105333303dfff2273933cde03b91847">
<span class="deleted-file">
−
debian/patches/0005-Fix-comment.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#7ed3e310241c6b297b3bbe0eff44df22392a9619">
<span class="deleted-file">
−
debian/patches/0006-AppArmor-allow-Firefox-to-fully-manage-its-fontconfi.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#488b2284bc4e6d0386c9ffd66507589823a909f1">
<span class="deleted-file">
−
debian/patches/0007-AppArmor-grant-access-to-mostly-innocuous-stuff-plug.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6d9fa2275220765233bbb71fa7c0d551fb7ee871">
<span class="deleted-file">
−
debian/patches/0008-AppArmor-silence-denial-logs-about-PulseAudio.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#ff6ef0f283ec4e0db637e0ad14aaaf54f7814a11">
<span class="deleted-file">
−
debian/patches/0009-AppArmor-silence-more-inherited-files-access-denial.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#a759638a411e80bc7c8b487a103a7fe1e0af937e">
<span class="deleted-file">
−
debian/patches/0010-AppArmor-drop-support-for-long-obsolete-paths.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#32dc17745da5654401593d307b5f78426a409196">
<span class="deleted-file">
−
debian/patches/0011-AppArmor-refactor-thanks-to-variables-defined-in-tun.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#f2a3de5b0dd3a95169adec3ab784199e7b395d6c">
<span class="deleted-file">
−
debian/patches/0012-AppArmor-give-the-tor-profile-a-stable-name.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#85c35beb2f05b753ddff4e81077930202ca8b88b">
<span class="deleted-file">
−
debian/patches/0013-AppArmor-support-some-of-the-included-pluggable-tran.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#6376ceb114f1cb2637b990f16acc8b77ac00b548">
<span class="deleted-file">
−
debian/patches/0014-AppArmor-remove-boilerplate-from-local-override-file.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#f4de71f8d1a6228ddf31990d1b815a7ce5bb0fc6">
<span class="deleted-file">
−
debian/patches/0018-AppArmor-allow-Firefox-to-read-usr-share-glib-2.0-sc.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#0baf0f5e4adead45fea2d87b8a26c0a0c4d1f970">
<span class="deleted-file">
−
debian/patches/0019-AppArmor-adjust-Firefox-binary-path-for-Tor-Browser-.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#ddfc872019e3f10341edb1957a228c17727cc459">
<span class="deleted-file">
−
debian/patches/0020-AppArmor-confine-Firefox-60-Web-Content-processes-un.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#dae057e55ff352af8bf9c0ebf4984bdb4970af0b">
<span class="deleted-file">
−
debian/patches/0021-AppArmor-give-Tor-Browser-s-Web-Content-process-some.patch
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">
—
<br>
<a href="https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/compare/d7e0b6a85fd039cd36410f172aa589ab7377343f...04d9921f07b93faa043d6fc1fc62789a477e6bc1">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
</p>
</div>
</body>
</html>