[Pkg-privacy-commits] [torbrowser-launcher] 03/04: AppArmor-support-merged-usr-systems.patch: new patch cherry-picked from upstream, adding support for merged-/usr systems in the AppArmor profiles.

Intrigeri intrigeri at moszumanska.debian.org
Sat Dec 17 14:13:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit 9050888a4559a90d7682716ee1f34b0683741b23
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Dec 17 14:09:02 2016 +0000

    AppArmor-support-merged-usr-systems.patch: new patch cherry-picked from upstream, adding support for merged-/usr systems in the AppArmor profiles.
---
 .../AppArmor-support-merged-usr-systems.patch      | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/AppArmor-support-merged-usr-systems.patch b/debian/patches/AppArmor-support-merged-usr-systems.patch
new file mode 100644
index 0000000..bdcf90c
--- /dev/null
+++ b/debian/patches/AppArmor-support-merged-usr-systems.patch
@@ -0,0 +1,22 @@
+From: intrigeri <intrigeri at boum.org>
+Date: Mon, 5 Dec 2016 09:56:53 +0000
+Origin: upstream, https://github.com/micahflee/torbrowser-launcher/commit/80028a209fe627f939a25e63b093258cbb973e12
+Subject: AppArmor: support merged-/usr systems.
+
+---
+ apparmor/usr.bin.torbrowser-launcher | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/apparmor/usr.bin.torbrowser-launcher b/apparmor/usr.bin.torbrowser-launcher
+index 0e87a13..3875d1f 100644
+--- a/apparmor/usr.bin.torbrowser-launcher
++++ b/apparmor/usr.bin.torbrowser-launcher
+@@ -17,7 +17,7 @@
+   # This script doesn't really need to read the interpreter that's running it.
+   deny /usr/bin/python{2,3}.[0-7]* r,
+ 
+-  /bin/{dash,grep,ps} rix,
++  /{usr/,}bin/{dash,grep,ps} rix,
+   /dev/ r,
+   /etc/magic r,
+   @{HOME}/.config/torbrowser/ rw,
diff --git a/debian/patches/series b/debian/patches/series
index d5de6d2..3c79058 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 AppArmor-don-t-prevent-Tor-from-starting.patch
+AppArmor-support-merged-usr-systems.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list